Fix more space-in-path-proof issues
Signed-off-by: 林博仁 <Buo.Ren.Lin@gmail.com>
This commit is contained in:
@@ -474,7 +474,7 @@ function battery_char {
|
||||
fi
|
||||
}
|
||||
|
||||
if [ ! -e $BASH_IT/plugins/enabled/battery.plugin.bash ]; then
|
||||
if [ ! -e "$BASH_IT"/plugins/enabled/battery.plugin.bash ]; then
|
||||
# if user has installed battery plugin, skip this...
|
||||
function battery_charge (){
|
||||
# no op
|
||||
|
||||
Reference in New Issue
Block a user