]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
small fix
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 26 Dec 2008 22:42:06 +0000 (22:42 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 26 Dec 2008 22:42:06 +0000 (22:42 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@723 04377dda-e619-0410-9926-eae83683ac58

trunk/src/mkbuild

index b7f49346732608f1e712ee7b93c6464f0b0f852b..a741e17a5d75b1638e7161faf051edefefc20984 100755 (executable)
@@ -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"