Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pegasus-isi
ACME-Workflow
Commits
bd515a79
Commit
bd515a79
authored
Mar 14, 2015
by
Juve, Gideon
Browse files
Make sure all variables are exported for setup
parent
088c5f1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/acme-setup.sh
View file @
bd515a79
...
...
@@ -51,7 +51,7 @@ if [ -z "$SETUP_SCRIPT" ]; then
fi
SCRATCHDIR
=
$PWD
export
CASEROOT
=
$SCRATCHDIR
/
$CASENAME
CASEROOT
=
$SCRATCHDIR
/
$CASENAME
echo
"CASENAME is
$CASENAME
"
echo
"Setting CASEROOT to
$CASEROOT
"
...
...
@@ -67,6 +67,10 @@ fi
# Mark the setup script as executable
chmod
755
$SETUP_SCRIPT
export
CASENAME
export
CASEROOT
export
ACMEROOT
# Run the setup script
./
$SETUP_SCRIPT
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment