summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-08-16 10:00:33 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-08-16 10:00:33 -0300
commit6368c6b644d30ab94b9548f51bfedff5ca5b4191 (patch)
tree5935fff434a5ddaa7a4ad63ab0446ee8438eab86 /v4l
parent66b8a8e426782097785060c1871076983b419b35 (diff)
parente3505c037aefed96fa878629e970ec438d57c9eb (diff)
downloadmediapointer-dvb-s2-6368c6b644d30ab94b9548f51bfedff5ca5b4191.tar.gz
mediapointer-dvb-s2-6368c6b644d30ab94b9548f51bfedff5ca5b4191.tar.bz2
merge: http://linuxtv.org/~tap/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l')
-rwxr-xr-xv4l/scripts/strip-trailing-whitespaces.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/v4l/scripts/strip-trailing-whitespaces.sh b/v4l/scripts/strip-trailing-whitespaces.sh
index a546a0b9f..9bd963025 100755
--- a/v4l/scripts/strip-trailing-whitespaces.sh
+++ b/v4l/scripts/strip-trailing-whitespaces.sh
@@ -11,6 +11,8 @@
if [ "x$1" = "xfast" ]; then
files="hg status -man"
+elif [ "x$1" = "xqfast" ]; then
+ files="hg status --rev -2 -man"
elif [ "x$1" = "xmanifest" ]; then
files="hg manifest | cut '-d ' -f3"
else