Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
blaar
blaar
Commits
101383a6
Commit
101383a6
authored
Jul 31, 2019
by
Arnaud Blanchard
Browse files
Allow o execute it from any directory
parent
6eb29aa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
101383a6
...
...
@@ -52,7 +52,10 @@ fi
#We go to blaar directory save it and go to the previous directory. Usefull if install.sh is not call from blaar directory
cd
$(
dirname
$0
)
blaar_dir
=
$PWD
/
$(
dirname
$0
)
project_dir
=
$PWD
/
$1
cd
$blaar_dir
if
[
"
$1
"
=
"all"
]
;
then
echo
...
...
@@ -78,6 +81,6 @@ if [ "$1" = "all" ]; then
done
echo
else
developer_tools/install_project.sh
$
1
$build_type
developer_tools/install_project.sh
$
project_dir
$build_type
fi
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