From: rhatto Date: Fri, 26 Dec 2008 22:42:06 +0000 (+0000) Subject: small fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d443b070f9b909a28085614ca533cc4b40b966c1;p=simplepkg.git small fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@723 04377dda-e619-0410-9926-eae83683ac58 --- diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild index b7f4934..a741e17 100755 --- a/trunk/src/mkbuild +++ b/trunk/src/mkbuild @@ -152,17 +152,17 @@ function set_parameters { '-cs'|'--commit-slackbuild') # Commit SlackBuild file ACTION="commit_slackbuild" - shift + break # we need to break otherwise commit log message is evalued ;; '-cm'|'--commit-mkbuild') # commit mkbuild file ACTION="commit_mkbuild" - shift + break # we need to break otherwise commit log message is evalued ;; '-ca'|'--commit-all') # Commit SlackBuild and mkbuild file ACTION="commit_all" - shift + break # we need to break otherwise commit log message is evalued ;; '-um'|'--update-manifest') ACTION="update_manifest"