X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=git-commit.sh;h=351d13cb1ef3ad62e410f60e07112afdaaa95094;hb=82e5a82fd73edb80a841f5fab1660e14b9b8f3ad;hp=08d786db2f3ea47503b798dec35d412cd9b22d4f;hpb=930cf7dd7cc6b87d173f182230763e1f1913d319;p=thirdparty%2Fgit.git diff --git a/git-commit.sh b/git-commit.sh index 08d786db2f..351d13cb1e 100755 --- a/git-commit.sh +++ b/git-commit.sh @@ -599,7 +599,7 @@ then GIT_AUTHOR_EMAIL=`expr "z$force_author" : '.*\(<.*\)'` && test '' != "$GIT_AUTHOR_NAME" && test '' != "$GIT_AUTHOR_EMAIL" || - die "malformatted --author parameter" + die "malformed --author parameter" export GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL elif test '' != "$use_commit" then