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@who-t.net>
This commit is contained in:
Peter Hutterer 2009-09-28 15:07:48 +10:00
parent 83023ffd09
commit 0c2731596f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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