diff options
Diffstat (limited to 'scripts/fixup-dts')
-rwxr-xr-x | scripts/fixup-dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |