Skip to content

Commit d44241f

Browse files
committed
fix: use bash
1 parent 2dde672 commit d44241f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/binary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env sh
1+
#!/bin/env bash
22
#
33
# Build a static binary for the host OS/ARCH
44
#

scripts/upx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env sh
1+
#!/bin/env bash
22
source ./scripts/variables.env
33

44
upx -q ${TARGET} -o ${TARGET}-upx

0 commit comments

Comments
 (0)