From: nhmall Date: Fri, 2 Dec 2022 02:46:19 +0000 (-0500) Subject: exit return code X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=233e4a41af14885c10f784b1502142e033363944;p=nethack exit return code --- diff --git a/sys/msdos/fetch-cross-compiler.sh b/sys/msdos/fetch-cross-compiler.sh index 49b5a633c..e2ddd5506 100755 --- a/sys/msdos/fetch-cross-compiler.sh +++ b/sys/msdos/fetch-cross-compiler.sh @@ -119,7 +119,7 @@ if [ ! -d djgpp/djgpp-patch ]; then else echo "##vso[task.logissue type=warning;]Trouble downloading djgpp-patch" fi - exit 0 + exit 121 fi mkdir -p src/libc/go32 unzip -p djlsr205.zip src/libc/go32/exceptn.S >src/libc/go32/exceptn.S