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:
		
							parent
							
								
									83023ffd09
								
							
						
					
					
						commit
						0c2731596f
					
				|  | @ -58,7 +58,7 @@ esac | ||||||
| lt_unmangle "$lt_output" | lt_unmangle "$lt_output" | ||||||
| output=$last_result | output=$last_result | ||||||
| 
 | 
 | ||||||
| if test -z $V; then | if test -z "$V"; then | ||||||
|     if test $pass_though -eq 0; then |     if test $pass_though -eq 0; then | ||||||
|         echo "$Q$output" |         echo "$Q$output" | ||||||
|     fi |     fi | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue