From dfbb5604351e8f4eba2f82121705731b2fe4c10c Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 12 Jan 2008 17:11:04 -0200 Subject: Fix cardlist generation at the script 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 a086b30a7..b13f4c662 100755 --- a/mailimport +++ b/mailimport @@ -110,7 +110,7 @@ apply_patch () { fi # Commit the changed files - CARDLIST="`hg status -n -m|grep CARDLIST. |cut -b 3-`" + CARDLIST="`hg status -n -m|grep CARDLIST.`" FILES="" for i in `diffstat -p1 -l $next`; do FILES="$FILES `pwd`/$i" -- cgit v1.2.3