Skip to content

Commit 358396d

Browse files
committed
MONOEXIT =>
1 parent 7b6a884 commit 358396d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ mono --runtime=v4.0 "$FAKE" build/build.fsx "skiptests=1" $@
4444
MONOEXIT=$?
4545
rm fsharpi
4646
#FORCE exit code to be that of calling fake not the last rm action
47-
exit MONOEXIT
47+
exit $MONOEXIT
4848
#"build\tools\FAKE\tools\Fake.exe" "build\build.fsx" "target=%TARGET%" "version=%VERSION%" "skiptests=1"

0 commit comments

Comments
 (0)