[F] Fix current dir
This commit is contained in:
parent
2b6d17c559
commit
81f4dc90e8
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Get script directory
|
||||||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||||
|
cd $DIR/..
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Remove the old build
|
# Remove the old build
|
||||||
|
|
Loading…
Reference in a new issue