aboutsummaryrefslogtreecommitdiff
path: root/src/scripts
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2009-07-28 17:37:24 -0500
committerLasse Collin <lasse.collin@tukaani.org>2009-07-30 12:23:45 +0300
commitdbbd8fb870ae789d96497911006c869d37148c15 (patch)
tree0b55b3c30a7edc1d796a44842861dabd09280723 /src/scripts
parentAdded history.txt to doc_DATA. (diff)
downloadxz-dbbd8fb870ae789d96497911006c869d37148c15.tar.xz
xzdiff: add missing ;; to case statement
Diffstat (limited to 'src/scripts')
-rw-r--r--src/scripts/xzdiff.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scripts/xzdiff.in b/src/scripts/xzdiff.in
index 3c09ad02..fc1e0575 100644
--- a/src/scripts/xzdiff.in
+++ b/src/scripts/xzdiff.in
@@ -83,11 +83,11 @@ if test $# -eq 1; then
esac
case $1 in
*[-.][zZ] | *_z | *[-.][gx]z | *[-.]bz2 | *[-.]lzma)
- FILE=`expr "X$1" : 'X\(.*\)[-.][abglmxzZ2]*$'`
+ FILE=`expr "X$1" : 'X\(.*\)[-.][abglmxzZ2]*$'`;;
*.t[abglx]z)
- FILE=`expr "X$1" : 'X\(.*[-.]t\)[abglx]z$'`ar
+ FILE=`expr "X$1" : 'X\(.*[-.]t\)[abglx]z$'`ar;;
*.tbz2)
- FILE=`expr "X$1" : 'X\(.*[-.]t\)bz2$'`ar
+ FILE=`expr "X$1" : 'X\(.*[-.]t\)bz2$'`ar;;
esac
xz_status=$(
exec 4>&1