From 427ab714135c6a54e51b5ef464034108b9d9d36d Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Mon, 24 Feb 2014 08:12:19 -0500 Subject: [PATCH] correcting typo --- setup_evergreen_utilities.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_evergreen_utilities.sh b/setup_evergreen_utilities.sh index dac6437..d6bf2dd 100755 --- a/setup_evergreen_utilities.sh +++ b/setup_evergreen_utilities.sh @@ -60,6 +60,6 @@ su - $GIT_USER -c "cp -r $GIT_HOME/JSONPrefs/lib/JSONPrefs.pm $LIB_DIR/" #su - $GIT_USER -c "echo $EG_JSON > $PREFS_DIR/evergreen.json" for line in $EXPORT_PATH $EXPORT_PERL5LIB; do - su - $GIT_USER -C "echo $line >> ~/.bashrc" + su - $GIT_USER -c "echo $line >> ~/.bashrc" done; echo "As the $GIT_USER user, please 'source ~/.bashrc' after this script is completed." -- 2.11.0