From 62a501d739ac856fbaf817909351c2ab03b72043 Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Wed, 8 May 2019 13:11:55 -0700 Subject: Add missing quotes to bash conditional Signed-off-by: Nathaniel Graff --- scripts/fixup-dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/fixup-dts b/scripts/fixup-dts index 92e96d0..005c5de 100755 --- a/scripts/fixup-dts +++ b/scripts/fixup-dts @@ -23,7 +23,7 @@ fi # When installed on MacOS with Homebrew, GNU sed is named gsed. # If gsed exists, use it. -if [ `which gsed` == "" ]; then +if [ "`which gsed`" == "" ]; then SED=sed else SED=gsed -- cgit v1.2.1-18-gbd029