Fixed missing quotes around $BASH_IT variable

This should fix most issues where Bash-it is installed in a directory
containing spaces.
This commit is contained in:
Nils Winkler
2017-05-29 07:47:17 +02:00
parent 6f26f92c97
commit 0d9a0987d9
4 changed files with 25 additions and 25 deletions

View File

@@ -14,6 +14,6 @@ then
BASH_IT_THEME=${BASH_IT_THEME##*/}
echo "
$BASH_IT_THEME"
echo "" | bash --init-file $BASH_IT/bash_it.sh -i
echo "" | bash --init-file "${BASH_IT}/bash_it.sh" -i
done
fi