remove a debugging line from msdos-cross-compile.sh

This commit is contained in:
nhmall
2019-11-24 13:44:53 -05:00
parent 541f177408
commit 2bf7731e12

View File

@@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
set -x #set -x
if [ -z "$TRAVIS_BUILD_DIR" ]; then if [ -z "$TRAVIS_BUILD_DIR" ]; then
export DJGPP_TOP=$(pwd)/djgpp export DJGPP_TOP=$(pwd)/djgpp
else else