Skip to content

Commit a134724

Browse files
yubiuserdschaper
andauthored
Hotfix v3.7.1. (#219)
* Use /bin/sh instead of /usr/bin/sh * Version bump 3.7.1 Signed-off-by: Christian König <[email protected]> Co-authored-by: Dan Schaper <[email protected]>
1 parent de74c85 commit a134724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

padd.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/sh
1+
#!/usr/bin/env sh
22
# shellcheck disable=SC1091
33

44
# PADD
@@ -26,7 +26,7 @@ cd "$tmpdir/padd_$(id -u)/" > /dev/null || {
2626
############################################ VARIABLES #############################################
2727

2828
# VERSION
29-
padd_version="v3.7.0"
29+
padd_version="v3.7.1"
3030

3131
# DATE
3232
today=$(date +%Y%m%d)

0 commit comments

Comments
 (0)