follow-up bit for sys/msdos/fetch-cross-compiler.sh

This commit is contained in:
nhmall
2024-12-29 13:54:06 -05:00
parent 42b9693829
commit 50aff17f94
+1 -1
View File
@@ -209,7 +209,7 @@ if [ -d djgpp/target ]; then
done done
echo "Native DOS executables in lib/djgpp/target:" echo "Native DOS executables in lib/djgpp/target:"
ls -l *.exe ls -l bin/*.exe
# #
cd ../../ cd ../../
fi fi