diff options
author | gareth | 2007-05-16 21:30:47 +0000 |
---|---|---|
committer | gareth | 2007-05-16 21:30:47 +0000 |
commit | 846bf8b168a6bbd7cc31e932865bb6317646e14d (patch) | |
tree | 1a4fee29fce65b09332495271407b0d1314c3082 /releng/makerel.sh | |
parent | Cleaning up warnings (diff) | |
download | opensim-SC_OLD-846bf8b168a6bbd7cc31e932865bb6317646e14d.zip opensim-SC_OLD-846bf8b168a6bbd7cc31e932865bb6317646e14d.tar.gz opensim-SC_OLD-846bf8b168a6bbd7cc31e932865bb6317646e14d.tar.bz2 opensim-SC_OLD-846bf8b168a6bbd7cc31e932865bb6317646e14d.tar.xz |
rebuilt build files
Imported crappy monodevelop GTK# manager app (tis embarrassing)
Diffstat (limited to 'releng/makerel.sh')
-rwxr-xr-x | releng/makerel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/makerel.sh b/releng/makerel.sh index b846ca5..abbedc1 100755 --- a/releng/makerel.sh +++ b/releng/makerel.sh | |||
@@ -14,7 +14,7 @@ export SVNURL=svn://openmetaverse.org/opensim/trunk | |||
14 | 14 | ||
15 | # shouldn't have to change anything below here | 15 | # shouldn't have to change anything below here |
16 | 16 | ||
17 | script dobuild.log -c ./dobuild.sh $SVNURL | 17 | script dobuild.log -c "./dobuild.sh $SVNURL" |
18 | if [ ! $? -eq 0 ] | 18 | if [ ! $? -eq 0 ] |
19 | then | 19 | then |
20 | echo "Build failed!" | 20 | echo "Build failed!" |