aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-02-02 13:30:34 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-02-02 13:30:34 +0000
commit9a016be11b177349501389990193a3ed8cf030e0 (patch)
tree22d749c912993754585cd597f4137aa2f93aa862
parent88e0aae3f1591848b1d8cc58e8cbd116b7905dea (diff)
downloadsimplepkg-9a016be11b177349501389990193a3ed8cf030e0.tar.gz
simplepkg-9a016be11b177349501389990193a3ed8cf030e0.tar.bz2
minor fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@789 04377dda-e619-0410-9926-eae83683ac58
-rwxr-xr-xtrunk/src/mkbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild
index 1ef3328..2c40aa5 100755
--- a/trunk/src/mkbuild
+++ b/trunk/src/mkbuild
@@ -701,7 +701,7 @@ function submit_mkbuild {
local candidate oldplace
# Check mkbuild directory
- if [ ! -d $MKBUILDS_DIR ] && build_svn_repo $MKBUILDS_DIR $MKBUILDS_SVN
+ [ ! -d $MKBUILDS_DIR ] && build_svn_repo $MKBUILDS_DIR $MKBUILDS_SVN
# Get mkbuild path in parameter file
MKBUILD_PATH=$SLACKBUILD_PATH