Skip to content

Commit

Permalink
Merge pull request #845 from raphaelehret/patch-1
Browse files Browse the repository at this point in the history
Replaced backticks with  `$()`
  • Loading branch information
nwinkler committed Nov 29, 2016
2 parents 80a99bc + 6c5e1c9 commit fef77e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_it.sh
Expand Up @@ -17,7 +17,7 @@ then
# Setting $BASH to maintain backwards compatibility
# TODO: warn users that they should upgrade their .bash_profile
export BASH_IT=$BASH
export BASH=`bash -c 'echo $BASH'`
export BASH="$(bash -c 'echo $BASH')"
fi

# For backwards compatibility, look in old BASH_THEME location
Expand Down

0 comments on commit fef77e3

Please sign in to comment.