aboutsummaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src')
-rwxr-xr-xtrunk/src/mkbuild6
1 files changed, 3 insertions, 3 deletions
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"