Introduced in 88feb98fee19a5f2a847d040affcc92f209967cb

Signed-off-by: Peter Hutterer <[email protected]>
---
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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."
-- 
1.8.3.1

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to