diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2007-08-13 06:40:09 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2007-08-13 06:40:09 -0700 |
commit | fdc99e16cdc1fb38323ea1c7d16633144d0e41d9 (patch) | |
tree | ded1fdfd1bfc04a2e37a87b267d96e0a4157bca0 /v4l/scripts | |
parent | 8c3cb543d95724a911f77d4c377ad1066557e611 (diff) | |
download | mediapointer-dvb-s2-fdc99e16cdc1fb38323ea1c7d16633144d0e41d9.tar.gz mediapointer-dvb-s2-fdc99e16cdc1fb38323ea1c7d16633144d0e41d9.tar.bz2 |
build: make whitespace cleaning script work with qrefresh target
From: Trent Piepho <xyzzy@speakeasy.org>
Files changed in an mq patch weren't being checked.
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-x | v4l/scripts/strip-trailing-whitespaces.sh | 2 |
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 |