Merge pull request #845 from raphaelehret/patch-1

Replaced backticks with  `$()`
pull/846/head
Nils Winkler 2016-11-29 08:16:04 +01:00 committed by GitHub
commit fef77e3060
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ then
# Setting $BASH to maintain backwards compatibility # Setting $BASH to maintain backwards compatibility
# TODO: warn users that they should upgrade their .bash_profile # TODO: warn users that they should upgrade their .bash_profile
export BASH_IT=$BASH export BASH_IT=$BASH
export BASH=`bash -c 'echo $BASH'` export BASH="$(bash -c 'echo $BASH')"
fi fi
# For backwards compatibility, look in old BASH_THEME location # For backwards compatibility, look in old BASH_THEME location