xserver: Branch 'master'

Peter Hutterer whot at kemper.freedesktop.org
Sun Sep 27 22:13:15 PDT 2009


 shave-libtool.in |    2 +-
 shave.in         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0c2731596f27f2cdf5000ba41de37e7eb86ad6f9
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Sep 28 15:07:48 2009 +1000

    Put tests for zero-sized strings in quotes (#24060)
    
    X.Org Bug 24060 <http://bugs.freedesktop.org/show_bug.cgi?id=24060>
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diff --git a/shave-libtool.in b/shave-libtool.in
index f19a69e..488c657 100644
--- a/shave-libtool.in
+++ b/shave-libtool.in
@@ -58,7 +58,7 @@ esac
 lt_unmangle "$lt_output"
 output=$last_result
 
-if test -z $V; then
+if test -z "$V"; then
     if test $pass_though -eq 0; then
         echo "$Q$output"
     fi
diff --git a/shave.in b/shave.in
index 809d606..397b076 100644
--- a/shave.in
+++ b/shave.in
@@ -75,7 +75,7 @@ esac
 lt_unmangle "$lt_output"
 output=$last_result
 
-if test -z $V; then
+if test -z "$V"; then
     if test $pass_through -eq 0; then
         echo "$Q$output"
     fi


More information about the xorg-commit mailing list