Fix bash_profile testing length of $BASH_VERSION
This commit is contained in:
parent
7eb6d87317
commit
ad0b8dbf02
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ fi
|
|||
unset _snap_xdg_path
|
||||
|
||||
# Bash-specific settings that will not work in other Bourne-compatible shells.
|
||||
if [ -n $BASH_VERSION ]
|
||||
if [ -n "$BASH_VERSION" ]
|
||||
then
|
||||
set -o emacs
|
||||
set -o noclobber
|
||||
|
|
Loading…
Reference in a new issue