]> granicus.if.org Git - nethack/commitdiff
remove a debugging line from msdos-cross-compile.sh
authornhmall <nhmall@nethack.org>
Sun, 24 Nov 2019 18:44:53 +0000 (13:44 -0500)
committernhmall <nhmall@nethack.org>
Sun, 24 Nov 2019 18:44:53 +0000 (13:44 -0500)
sys/msdos/msdos-cross-compile.sh

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