Fix usage of $_LP_SHELL_bash

This commit is contained in:
Olivier Mengué 2013-12-16 21:07:25 +01:00
parent 20d83cade5
commit f3b34ed8cd

View File

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