Fix when $container is not defined

This commit is contained in:
Anthony Rose 2022-10-13 09:17:58 +01:00
parent 7067668e10
commit 90b83306ad

View file

@ -76,7 +76,7 @@ then
bind 'set enable-bracketed-paste off' bind 'set enable-bracketed-paste off'
export BASH_ENV="$HOME/.bashrc" export BASH_ENV="$HOME/.bashrc"
if [ $container = flatpak ] if [ "$container" = flatpak ]
then then
_acp_ps1_prefix="*" _acp_ps1_prefix="*"
fi fi