From f3b34ed8cd1e449e2358f94205cd401c58c93354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Mengu=C3=A9?= Date: Mon, 16 Dec 2013 21:07:25 +0100 Subject: [PATCH] Fix usage of $_LP_SHELL_bash --- liquidprompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liquidprompt b/liquidprompt index b31471c..ab6bd04 100755 --- a/liquidprompt +++ b/liquidprompt @@ -232,7 +232,7 @@ _lp_source_config() LP_ENABLE_HG=${LP_ENABLE_HG:-1} LP_ENABLE_BZR=${LP_ENABLE_BZR:-1} LP_ENABLE_TIME=${LP_ENABLE_TIME:-0} - if [[ "$_LP_SHELL_bash" == true ]] + if $_LP_SHELL_bash then LP_ENABLE_RUNTIME=${LP_ENABLE_RUNTIME:-1} else