diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-16 10:36:46 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-16 10:36:46 -0300 |
commit | d9a89333867ce2c514a813a09dee52ba208a5845 (patch) | |
tree | 27f576c028141026afa500956df5fefe9df8de70 /mailimport | |
parent | 0ad1bcbf3bb203b6371244f31044c2e68cabcd01 (diff) | |
download | mediapointer-dvb-s2-d9a89333867ce2c514a813a09dee52ba208a5845.tar.gz mediapointer-dvb-s2-d9a89333867ce2c514a813a09dee52ba208a5845.tar.bz2 |
Fix: on some cases, it will use the wrong dir for CARDLIST.foo
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 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" |