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