More consistent $ escapes

This commit is contained in:
Andrejus
2020-02-26 14:56:03 +00:00
parent 6b7736c41b
commit 9ee236cbb7
5 changed files with 12 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ printf "fish is installed\n"
fish --version
# 2. fish shell is default login shell
readonly fish_path=$(which fish)
readonly fish_path="$(which fish)"
if [ "$SHELL" != fish_path ]; then
# Update default login shell