1
0
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:
Dylan Laduranty 2023-07-13 16:34:36 +02:00
parent 37c6233bcb
commit 3b85c56646

View File

@ -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