summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-01-11 11:09:23 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-11 11:09:23 -0200
commit44ea2beae4a7270acd20139b62ddcc6d685f2912 (patch)
tree8ad0aee5016456c056b3380401f3a4f9db5e5070
parent5351e6baa2984bf73a5fb98180988c034abb6edf (diff)
parent5d67023620ccaaa3f069e4b3477eca1f6c9a0eec (diff)
downloadmediapointer-dvb-s2-44ea2beae4a7270acd20139b62ddcc6d685f2912.tar.gz
mediapointer-dvb-s2-44ea2beae4a7270acd20139b62ddcc6d685f2912.tar.bz2
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rwxr-xr-xmailimport3
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