diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-12 17:11:04 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-12 17:11:04 -0200 |
commit | dfbb5604351e8f4eba2f82121705731b2fe4c10c (patch) | |
tree | 6c988b22099cde4c82d9b0617b97b1a276c4f616 /mailimport | |
parent | cc5104f37aeba5f66726d354ea6863bca51a33e1 (diff) | |
download | mediapointer-dvb-s2-dfbb5604351e8f4eba2f82121705731b2fe4c10c.tar.gz mediapointer-dvb-s2-dfbb5604351e8f4eba2f82121705731b2fe4c10c.tar.bz2 |
Fix cardlist generation at the script
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'mailimport')
-rwxr-xr-x | mailimport | 2 |
1 files changed, 1 insertions, 1 deletions
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" |