Make sure we are in correct directory
This commit is contained in:
parent
674372ad74
commit
226a12b254
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
UPDATE=true
|
UPDATE=true
|
||||||
if [ $# -eq 1 ] && [ "$1" = "-n" ]; then
|
if [ $# -eq 1 ] && [ "$1" = "-n" ]; then
|
||||||
UPDATE=false
|
UPDATE=false
|
||||||
|
|
Loading…
Add table
Reference in a new issue