From 55187fac6e506b3444d70ea32e07790f7e6e3156 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Jan 2013 13:47:32 -0200 Subject: Fix --- commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commit b/commit index 0bd5613..9fc654e 100755 --- 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" } -- cgit v1.2.3