Update collect_libs.sh
This commit is contained in:
parent
e38aaa0ebc
commit
d4726432fb
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
SCRIPT_LOC="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
SCRIPT_LOC="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
ROOT_LOC="$SCRIPT_LOC/../.."
|
ROOT_LOC="$SCRIPT_LOC/../.."
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue