Fix when $container is not defined
This commit is contained in:
parent
7067668e10
commit
90b83306ad
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ then
|
|||
bind 'set enable-bracketed-paste off'
|
||||
export BASH_ENV="$HOME/.bashrc"
|
||||
|
||||
if [ $container = flatpak ]
|
||||
if [ "$container" = flatpak ]
|
||||
then
|
||||
_acp_ps1_prefix="*"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue