projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b92a220
)
need the environment loaded when running newly
author
Chris Koeritz
<fred@gruntose.com>
Mon, 13 Nov 2017 02:44:34 +0000
(21:44 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Mon, 13 Nov 2017 02:44:34 +0000
(21:44 -0500)
scripts/site_avenger/powerup.sh
patch
|
blob
|
history
diff --git
a/scripts/site_avenger/powerup.sh
b/scripts/site_avenger/powerup.sh
index 828057c61f74c3416d1378d8d840044024bedd39..c67bd25a689cf5f7613727c6bdc076165049ac3d 100644
(file)
--- a/
scripts/site_avenger/powerup.sh
+++ b/
scripts/site_avenger/powerup.sh
@@
-21,6
+21,9
@@
# start with. The concept of the theme comes from cakephp.
export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory.
+export FEISTY_MEOW_APEX="$( \cd "$WORKDIR/../.." && \pwd )"
+
+source "$FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh"
############################