diff options
Diffstat (limited to 'mailimport')
-rwxr-xr-x | mailimport | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailimport b/mailimport index fd2169d07..889193ec7 100755 --- a/mailimport +++ b/mailimport @@ -128,7 +128,7 @@ apply_patch () { exit fi # Commit the changed files - hg commit -u "$committer" -m "`cat $TMP2|grep -v "^#"`" `diffstat -p1 -l $next` linux/Documentation/video4linux/CARDLIST.* + hg commit -u "$committer" -m "`cat $TMP2|grep -v "^#"`" `diffstat -p1 -l $next` $cur/linux/Documentation/video4linux/CARDLIST.* if [ "$?" != "0" ]; then echo "*** ERROR at hg commit" |