projects
/
contrib
/
pines.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf0faf0
)
commenting out echo for now
author
Chris Sharp
<csharp@georgialibraries.org>
Mon, 24 Feb 2014 13:07:34 +0000
(08:07 -0500)
committer
Chris Sharp
<csharp@georgialibraries.org>
Mon, 24 Feb 2014 13:07:34 +0000
(08:07 -0500)
setup_evergreen_utilities.sh
patch
|
blob
|
history
diff --git
a/setup_evergreen_utilities.sh
b/setup_evergreen_utilities.sh
index
6bdfffa
..
dac6437
100755
(executable)
--- a/
setup_evergreen_utilities.sh
+++ b/
setup_evergreen_utilities.sh
@@
-56,7
+56,8
@@
echo "As the user $GIT_USER, please configure $PREFS_DIR/blsw.json".
su - $GIT_USER -c "cp -r $GIT_HOME/backstage/Backstage $LIB_DIR/"
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"
+# TODO: fix this issue :-/
+#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"