SHA256
3
0
forked from pool/xz

fix minor typo

OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=79
This commit is contained in:
Andreas Stieger 2015-11-10 15:05:35 +00:00 committed by Git OBS Bridge
parent 3206fdcfc8
commit 03702b508f

2
xznew
View File

@ -61,7 +61,7 @@ if test -z "$ext"; then
exit 1
fi
if test "$ext" = ".gz"; then
echo xznew: cannot use .gz as bzip extension.
echo xznew: cannot use .gz as xz extension.
exit 1
fi