From 50aff17f94b77b224cedaa5dcb83d53a063db9a9 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 29 Dec 2024 13:54:06 -0500 Subject: [PATCH] follow-up bit for sys/msdos/fetch-cross-compiler.sh --- sys/msdos/fetch-cross-compiler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/msdos/fetch-cross-compiler.sh b/sys/msdos/fetch-cross-compiler.sh index 95afc69f8..36558a00c 100755 --- a/sys/msdos/fetch-cross-compiler.sh +++ b/sys/msdos/fetch-cross-compiler.sh @@ -209,7 +209,7 @@ if [ -d djgpp/target ]; then done echo "Native DOS executables in lib/djgpp/target:" - ls -l *.exe + ls -l bin/*.exe # cd ../../ fi