mirror of
https://github.com/luzifer-docker/arch-repo-builder.git
synced 2024-12-20 17:41:19 +00:00
Ignore unbound vars in PKGBUILD
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
781759fda7
commit
a81f53faf0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
set -eo pipefail
|
||||
|
||||
[ -f "PKGBUILD" ] || {
|
||||
echo "No PKGBUILD file found"
|
||||
|
|
Loading…
Reference in a new issue