aboutsummaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
Diffstat (limited to 'trunk')
-rwxr-xr-xtrunk/src/mkbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild
index b784acb..6d9198f 100755
--- a/trunk/src/mkbuild
+++ b/trunk/src/mkbuild
@@ -1364,12 +1364,15 @@ if [ ! -z "$MKBUILD_NAME" ]; then
update_manifest $*
;;
'commit_slackbuild')
+ shift
commit_changes $SLACKBUILDS_DIR $*
;;
'commit_mkbuild')
+ shift
commit_changes $MKBUILDS_DIR $*
;;
'commit_all')
+ shift
commit_changes $SLACKBUILDS_DIR $*
commit_changes $MKBUILDS_DIR $*
;;