Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
15815f6e
Commit
15815f6e
authored
Mar 23, 2015
by
gsell
Browse files
scripts/Bootstrap: read (P)MODULES_VERSION from Pmodules_version.conf
parent
9e3f159b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
scripts/Bootstrap/compile_pmodules.sh
scripts/Bootstrap/compile_pmodules.sh
+1
-1
scripts/Bootstrap/install_pmodules.sh
scripts/Bootstrap/install_pmodules.sh
+1
-1
No files found.
scripts/Bootstrap/compile_pmodules.sh
View file @
15815f6e
...
...
@@ -3,7 +3,7 @@
declare
-r
BASE_DIR
=
$(
cd
"
$(
dirname
$0
)
/../.."
&&
pwd
)
declare
-r
BOOTSTRAP_DIR
=
"
${
BASE_DIR
}
/scripts/Bootstrap"
source
"
${
B
ASE_DIR
}
/config/Pmodules
.conf"
source
"
${
B
OOTSTRAP_DIR
}
/Pmodules_version
.conf"
unset
PMODULES_HOME
source
"/opt/psi/config/environment.bash"
...
...
scripts/Bootstrap/install_pmodules.sh
View file @
15815f6e
...
...
@@ -4,7 +4,7 @@ declare -r BASE_DIR=$(cd "$(dirname $0)/../.." && pwd)
declare
-r
BOOTSTRAP_DIR
=
"
${
BASE_DIR
}
/scripts/Bootstrap"
declare
-r
SRC_DIR
=
"
${
BOOTSTRAP_DIR
}
/Pmodules"
source
"
${
B
ASE_DIR
}
/config/Pmodules
.conf"
source
"
${
B
OOTSTRAP_DIR
}
/Pmodules_version
.conf"
unset
PMODULES_HOME
source
"/opt/psi/config/environment.bash"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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