From: Stephen Boyd Date: Sun, 1 Apr 2012 06:41:07 +0000 (-0700) Subject: Subject: [PATCH] tags.sh: Add missing quotes X-Git-Tag: v3.4-rc2~40^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eb043d0eec44cd083ea6910b1db2f77eb212ebd;p=pandora-kernel.git Subject: [PATCH] tags.sh: Add missing quotes When $remove_structs is empty a test for empty string will turn into test -n with no arguments meaning true. Add quotes so an empty string is tested and so that make cscope works again. Reported-and-tested-by: Jike Song Reported-by: Prarit Bhargava Acked-by: Yang Bai Signed-off-by: Stephen Boyd Signed-off-by: Michal Marek --- Reading git-diff-tree failed