Fixing the build

This commit is contained in:
retropikzel 2024-10-12 08:52:10 +03:00
parent 451408abe2
commit 1e6f4128ca
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
set -eu
TMPDIR=${1} TMPDIR=${1}
cd ${TMPDIR} || exit 1 cd ${TMPDIR} || exit 1