<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 13-10-31 06:44 PM, Peter Hutterer
wrote:<br>
</div>
<blockquote cite="mid:20131031224421.GA10780@yabbi.redhat.com"
type="cite">
<pre wrap="">Introduced in 88feb98fee19a5f2a847d040affcc92f209967cb
Signed-off-by: Peter Hutterer <a class="moz-txt-link-rfc2396E" href="mailto:peter.hutterer@who-t.net"><peter.hutterer@who-t.net></a>
---
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."
</pre>
</blockquote>
<br>
Already fixed by Dave Airlie <a class="moz-txt-link-rfc2396E" href="mailto:airlied@redhat.com"><airlied@redhat.com></a><br>
<br>
<a class="moz-txt-link-freetext" href="http://cgit.freedesktop.org/xorg/util/modular/commit/release.sh?id=1668253a2a090d22ad44ae5bd2413ea4e5c25da0">http://cgit.freedesktop.org/xorg/util/modular/commit/release.sh?id=1668253a2a090d22ad44ae5bd2413ea4e5c25da0</a><br>
<br>
<blockquote><tt>diff --git a/release.sh b/release.sh<br>
index 8c0006c..a4a725d 100755<br>
--- a/release.sh<br>
+++ b/release.sh<br>
@@ -291,7 +291,7 @@ process_module() {<br>
[ -e $targz ] && ls -l $targz || unset targz<br>
[ -e $tarbz2 ] && ls -l $tarbz2 || unset tarbz2<br>
- [ -e $targz ] && ls -l $tarxz || unset tarxz<br>
+ [ -e $tarxz ] && ls -l $tarxz || unset tarxz<br>
if [ -z "$targz" -a -z "$tarbz2" -a -z "$tarxz" ]; then<br>
echo "Error: no compatible tarballs found."</tt></blockquote>
Unless I am missing something.<br>
</body>
</html>