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:
parent
902f3eb6e4
commit
19ef4b5579
4
retry
4
retry
@ -1,10 +1,10 @@
|
|||||||
#!/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}
|
||||||
|
|
||||||
__sleep_amount() {
|
__sleep_amount() {
|
||||||
if [ -n "$constant_sleep" ]; then
|
if [ -n "$constant_sleep" ]; then
|
||||||
sleep_time=$constant_sleep
|
sleep_time=$constant_sleep
|
||||||
else
|
else
|
||||||
#TODO: check for awk
|
#TODO: check for awk
|
||||||
|
Loading…
Reference in New Issue
Block a user