Subject: [PATCH] tags.sh: Add missing quotes
[linux-flexiantxendom0-3.2.10.git] / scripts / tags.sh
index 0d6004e..cf7b12f 100755 (executable)
@@ -254,6 +254,6 @@ case "$1" in
 esac
 
 # Remove structure forward declarations.
-if [ -n $remove_structs ]; then
+if [ -n "$remove_structs" ]; then
     LANG=C sed -i -e '/^\([a-zA-Z_][a-zA-Z0-9_]*\)\t.*\t\/\^struct \1;.*\$\/;"\tx$/d' $1
 fi