Fix bash_profile testing length of $BASH_VERSION

This commit is contained in:
Anthony Rose 2022-09-14 21:21:14 +01:00
parent 7eb6d87317
commit ad0b8dbf02

View file

@ -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