From 9b206aef5e74368a2b98edf60be163140fc10117 Mon Sep 17 00:00:00 2001 From: rhatto Date: Mon, 1 Dec 2008 17:01:23 +0000 Subject: minor fixes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@619 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/mkbuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'trunk/src') diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild index c3a6fa2..60ca2de 100755 --- a/trunk/src/mkbuild +++ b/trunk/src/mkbuild @@ -154,18 +154,21 @@ function set_parameters { ;; '-cs'|'--commit-slackbuild') # Commit SlackBuild file - commit_changes $SLACKBUILDS_DIR + shift + commit_changes $SLACKBUILDS_DIR $* exit 0 ;; '-cm'|'--commit-mkbuild') # commit mkbuild file - commit_changes $MKBUILDS_DIR + shift + commit_changes $MKBUILDS_DIR $* exit 0 ;; '-ca'|'--commit-all') # Commit SlackBuild and mkbuild file - commit_changes $SLACKBUILDS_DIR - commit_changes $MKBUILDS_DIR + shift + commit_changes $SLACKBUILDS_DIR $* + commit_changes $MKBUILDS_DIR $* exit 0 ;; '-n'|'--new') -- cgit v1.2.3