From 6c5e1c9dfba644048511d4fe6e270004cd6d8d87 Mon Sep 17 00:00:00 2001 From: raphaelehret Date: Mon, 28 Nov 2016 14:07:16 +0100 Subject: [PATCH] Replaced backticks with `$()` --- bash_it.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_it.sh b/bash_it.sh index 1764c6a9..0a85fd27 100755 --- a/bash_it.sh +++ b/bash_it.sh @@ -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