0
0
mirror of https://github.com/thegeeklab/retry.git synced 2024-11-24 12:20:39 +00:00

Changes script interpreter from bash to sh

This commit is contained in:
Jan Müller 2020-07-30 14:48:54 +02:00
parent 902f3eb6e4
commit 19ef4b5579

2
retry
View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/bin/sh
GETOPT_BIN=$IN_GETOPT_BIN GETOPT_BIN=$IN_GETOPT_BIN
GETOPT_BIN=${GETOPT_BIN:-getopt} GETOPT_BIN=${GETOPT_BIN:-getopt}