]> git.baikalelectronics.ru Git - kernel.git/commit
Subject: [PATCH] tags.sh: Add missing quotes
authorStephen Boyd <sboyd@codeaurora.org>
Sun, 1 Apr 2012 06:41:07 +0000 (23:41 -0700)
committerMichal Marek <mmarek@suse.cz>
Mon, 2 Apr 2012 09:28:17 +0000 (11:28 +0200)
commitf4db0930511c9d07f7782ddcd9b9f2f511b086c1
treefae70f3b77368b9f6397b0ebaacf05d5f4a0ce75
parent23483fa309e02a0d8c26b9756cf0d50b8a9df655
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 <albcamus@gmail.com>
Reported-by: Prarit Bhargava <prarit@redhat.com>
Acked-by: Yang Bai <hamo.by@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/tags.sh