diff options
Diffstat (limited to '19_Buildroot.zsh')
| -rw-r--r-- | 19_Buildroot.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/19_Buildroot.zsh b/19_Buildroot.zsh index 914b81d..23ecf58 100644 --- a/19_Buildroot.zsh +++ b/19_Buildroot.zsh @@ -3,7 +3,7 @@ _defconfig() { local cfg=.config if [ -f $cfg -a -r $cfg ] then - local _defconfig="$(basename $(grep BR2_DEFCONFIG $cfg | tr -d '"') | sed 's/_defconfig//')" + local _defconfig="$(basename "$(grep BR2_DEFCONFIG $cfg | tr -d '"')" | sed 's/_defconfig//')" fi [ -z "${_defconfig}" ] && return |
