From 90b83306ad2191a06539d38f91c67ca2d1e6259b Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 13 Oct 2022 09:17:58 +0100 Subject: [PATCH] Fix when $container is not defined --- roles/home-cli/files/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 081e2f9..91b9b92 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -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