update shebang for build helperscripts

This commit is contained in:
Manuel Domke
2018-10-03 19:52:49 +02:00
parent f149a55021
commit f651083973
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh -ex
VERSION=`git --no-pager describe --tags --always | cut -d'-' -f1`
PKGREL=`git --no-pager describe --tags --always | cut -d'-' -f2`

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh -ex
VERSION=`git --no-pager describe --tags --always | cut -d'-' -f1`
RELEASE=`git --no-pager describe --tags --always | cut -d'-' -f2`

View File

@@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh -ex
ARCH=$1
VERSION=`git --no-pager describe --tags --always`