mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Added proper errorlevels
This commit is contained in:
@@ -14,7 +14,14 @@ printf "Updating templates..."
|
||||
printf "Running prebuild..."
|
||||
cd build
|
||||
mono bin/Prebuild.exe /target nant
|
||||
|
||||
printf "Doing the build..."
|
||||
nant
|
||||
if [ $? -eq 0 ]
|
||||
if [ $? -eq 0 ]
|
||||
printf "Doing the build..."
|
||||
nant
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user