diff options
Diffstat (limited to '')
-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!" |