mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 10:12:45 +01:00
dist/tools/usb-serial/list-ttys.sh: call ttys.py with its path
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
This commit is contained in:
parent
37c6233bcb
commit
3b85c56646
3
dist/tools/usb-serial/list-ttys.sh
vendored
3
dist/tools/usb-serial/list-ttys.sh
vendored
@ -3,4 +3,5 @@
|
||||
# Public License v2.1. See the file LICENSE in the top level directory for more
|
||||
# details.
|
||||
|
||||
./ttys.py --format path
|
||||
SCRIPTDIR="$(cd "$(dirname "$0")" || exit 1; pwd)"
|
||||
"$SCRIPTDIR"/ttys.py --format path
|
||||
|
Loading…
Reference in New Issue
Block a user