use absolute path for she-bang in scripts
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-06-11 16:16:50 +02:00
parent f32d53b173
commit 1e088b731d
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/sh
set -eo pipefail
DIR=$(pwd)

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/sh
set -eo pipefail
exec /usr/bin/rpmbuild "$@"