]> gitweb.fluxo.info Git - scripts.git/commitdiff
Fix
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Jan 2013 15:47:32 +0000 (13:47 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Jan 2013 15:47:32 +0000 (13:47 -0200)
commit

diff --git a/commit b/commit
index 0bd561363b1c722349de04c8ef6f8e74668db9c6..9fc654ee803524f2f8f1f4ad8aa9c9d04dcc74e1 100755 (executable)
--- a/commit
+++ b/commit
@@ -120,7 +120,7 @@ function git_user {
 # Commit changes
 function git_commit {
   # Remove '--config' from args, otherwise it goes to the commit log
-  params="echo $* | sed -e 's/--commit//'"
+  params="`echo $* | sed -e 's/--commit//'`"
   git commit -a -m "$params"
 }