aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/releng
diff options
context:
space:
mode:
authorgareth2007-05-16 19:57:27 +0000
committergareth2007-05-16 19:57:27 +0000
commit154cd7b3ae234c1bc120a834d72a65d7660f0e00 (patch)
treecd183f7aa2e25b13ca020108a2cd1e92ce087c61 /releng
parent* uncommented offending code (diff)
downloadopensim-SC_OLD-154cd7b3ae234c1bc120a834d72a65d7660f0e00.zip
opensim-SC_OLD-154cd7b3ae234c1bc120a834d72a65d7660f0e00.tar.gz
opensim-SC_OLD-154cd7b3ae234c1bc120a834d72a65d7660f0e00.tar.bz2
opensim-SC_OLD-154cd7b3ae234c1bc120a834d72a65d7660f0e00.tar.xz
oops
Diffstat (limited to 'releng')
-rwxr-xr-xreleng/dobuild.sh13
1 files changed, 3 insertions, 10 deletions
diff --git a/releng/dobuild.sh b/releng/dobuild.sh
index 0286583..eeba8a5 100755
--- a/releng/dobuild.sh
+++ b/releng/dobuild.sh
@@ -14,14 +14,7 @@ printf "Updating templates..."
14printf "Running prebuild..." 14printf "Running prebuild..."
15cd build 15cd build
16mono bin/Prebuild.exe /target nant 16mono bin/Prebuild.exe /target nant
17if [ $? -eq 0 ] 17
18 if [ $? -eq 0 ] 18print "Doing the build..."
19 printf "Doing the build..." 19nant
20 nant
21 else
22 exit 1
23 fi
24else
25 exit 1
26fi
27 20