update shebang for build helperscripts
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh -x
|
||||
#!/bin/sh -ex
|
||||
|
||||
ARCH=$1
|
||||
VERSION=`git --no-pager describe --tags --always`
|
||||
|
||||
Reference in New Issue
Block a user