[PATCH util-modular] release.sh: fix typo - properly check for .xz

Peter Hutterer peter.hutterer at who-t.net
Thu Oct 31 23:44:21 CET 2013


Introduced in 88feb98fee19a5f2a847d040affcc92f209967cb

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 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



More information about the xorg-devel mailing list