summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2013-07-30 15:33:56 +1000
committerDave Airlie <airlied@redhat.com>2013-07-30 15:33:56 +1000
commit1668253a2a090d22ad44ae5bd2413ea4e5c25da0 (patch)
tree46d0fd0d3b1469b1a47ca6bdd6fc3314604ff15c
parent7c731f4d318bfd34bb88f4728ba56c5c5f3130ac (diff)
release.sh: fix xz detection
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rwxr-xr-xrelease.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.sh b/release.sh
index 8c0006c..a4a725d 100755
--- a/release.sh
+++ b/release.sh
@@ -291,7 +291,7 @@ process_module() {
[ -e $targz ] && ls -l $targz || unset targz
[ -e $tarbz2 ] && ls -l $tarbz2 || unset tarbz2
- [ -e $targz ] && ls -l $tarxz || unset tarxz
+ [ -e $tarxz ] && ls -l $tarxz || unset tarxz
if [ -z "$targz" -a -z "$tarbz2" -a -z "$tarxz" ]; then
echo "Error: no compatible tarballs found."