Fixing the build
This commit is contained in:
parent
451408abe2
commit
1e6f4128ca
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -eu
|
||||||
|
|
||||||
TMPDIR=${1}
|
TMPDIR=${1}
|
||||||
|
|
||||||
cd ${TMPDIR} || exit 1
|
cd ${TMPDIR} || exit 1
|
||||||
|
|
Loading…
Reference in New Issue