From d9a89333867ce2c514a813a09dee52ba208a5845 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 16 Apr 2007 10:36:46 -0300 Subject: Fix: on some cases, it will use the wrong dir for CARDLIST.foo From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- mailimport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailimport') 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" -- cgit v1.2.3