Merge pull request #956 from Lin-Buo-Ren/fix-space-proof-issue-everywhere

Fix more space-in-path-proof issues
pull/548/merge
Nils Winkler 2017-05-08 09:13:04 +02:00 committed by GitHub
commit 1022879553
2 changed files with 2 additions and 2 deletions

View File

@ -49,4 +49,4 @@ export SCM_CHECK=true
# export BASH_IT_AUTOMATIC_RELOAD_AFTER_CONFIG_CHANGE=1 # export BASH_IT_AUTOMATIC_RELOAD_AFTER_CONFIG_CHANGE=1
# Load Bash It # Load Bash It
source $BASH_IT/bash_it.sh source "$BASH_IT"/bash_it.sh

View File

@ -474,7 +474,7 @@ function battery_char {
fi 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... # if user has installed battery plugin, skip this...
function battery_charge (){ function battery_charge (){
# no op # no op