Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
atlas
please-install
Commits
0722865b
Commit
0722865b
authored
Sep 15, 2017
by
Matthieu Boileau
Browse files
Add a 'clean' option to paraview/install.sh
parent
39b3885d
Changes
1
Hide whitespace changes
Inline
Side-by-side
paraview/install.sh
View file @
0722865b
...
...
@@ -91,6 +91,15 @@ envtpl --keep-template -o $MODULE_PATH module.tmpl
if
[[
$1
==
"module"
]]
then
install_module
elif
[[
$1
==
"clean"
]]
then
if
[[
-d
$BUILD_DIR
]]
then
rm
-rf
$BUILD_DIR
else
echo
"
$BUILD_DIR
does not exist"
exit
1
fi
else
install_lib
install_module
...
...
Write
Preview
Supports
Markdown
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