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

4
retry
View File

@ -1,10 +1,10 @@
#!/usr/bin/env bash
#!/bin/sh
GETOPT_BIN=$IN_GETOPT_BIN
GETOPT_BIN=${GETOPT_BIN:-getopt}
__sleep_amount() {
if [ -n "$constant_sleep" ]; then
if [ -n "$constant_sleep" ]; then
sleep_time=$constant_sleep
else
#TODO: check for awk