diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-12 17:00:39 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-12 17:00:39 -0200 |
commit | f682a75b2d9c7e3ce33cd5ae0e9772ef8aed5829 (patch) | |
tree | 6b58a7849393bb58ecac7f27ac30e772a102a183 /mailimport | |
parent | faec69843e003fb347d73ca72159b7c892eed687 (diff) | |
parent | 25af523c4d1d4d91869b3d1caf4fe72a251d1e33 (diff) | |
download | mediapointer-dvb-s2-f682a75b2d9c7e3ce33cd5ae0e9772ef8aed5829.tar.gz mediapointer-dvb-s2-f682a75b2d9c7e3ce33cd5ae0e9772ef8aed5829.tar.bz2 |
merge: http://www.linuxtv.org/hg/~stoth/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'mailimport')
-rwxr-xr-x | mailimport | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mailimport b/mailimport index bd834123a..a086b30a7 100755 --- a/mailimport +++ b/mailimport @@ -110,13 +110,12 @@ apply_patch () { fi # Commit the changed files - CARDLIST="`hg status -n -m|grep ^CARDLIST. |cut -b 3-`" + CARDLIST="`hg status -n -m|grep CARDLIST. |cut -b 3-`" FILES="" for i in `diffstat -p1 -l $next`; do FILES="$FILES `pwd`/$i" done - if [ "$FILES" == "" ]; then echo "*** ERROR nothing to commit" cd $cur |