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
380ae5db
Commit
380ae5db
authored
Sep 21, 2015
by
gsell
Browse files
compile_pmodules:
- move modulecmd.tcl only if build was successfull
parent
93afe742
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Bootstrap/compile_pmodules.sh
Bootstrap/compile_pmodules.sh
+2
-2
No files found.
Bootstrap/compile_pmodules.sh
View file @
380ae5db
...
...
@@ -46,8 +46,8 @@ if [[ ! -e "${PMODULES_HOME}/bin/tclsh" ]]; then
build Tcl
"
${
TCL_VERSION
}
"
fi
if
[[
!
-e
"
${
PMODULES_HOME
}
/
bin
/modulecmd.tcl"
]]
;
then
build Modules
"
${
MODULES_VERSION
}
"
if
[[
!
-e
"
${
PMODULES_HOME
}
/
libexec
/modulecmd.tcl"
]]
;
then
build Modules
"
${
MODULES_VERSION
}
"
&&
\
mv
-v
"
${
PMODULES_HOME
}
/bin/modulecmd"
"
${
PMODULES_HOME
}
/libexec/modulecmd.tcl"
fi
echo
"Done..."
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