Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=f9f5f0785e44e8b1e3413f063278c2d7cca76cc3
commit f9f5f0785e44e8b1e3413f063278c2d7cca76cc3 Author: Miklos Vajna <[email protected]> Date: Sun Mar 8 18:46:10 2009 +0100 repoman: add a few quotes to allow special chars in commit messages so that "* version bump" won't be replaced by "<file list> version bump" and so on diff --git a/repoman b/repoman index 39cf24b..5372a6c 100755 --- a/repoman +++ b/repoman @@ -509,7 +509,7 @@ record() exit 1 fi if [ -n "$*" ]; then - _do_record $* + _do_record "$*" else if [ "$F_makepkg_scm" = "git" ]; then dg what -s . @@ -886,7 +886,7 @@ while [ "$1" != "" ]; do ;; rec|record) shift 1 - record $* + record "$*" ;; push) shift 1 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
