From 19ef4b55798c48ee6b635e2986b63555d5c984c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Mu=CC=88ller?= Date: Thu, 30 Jul 2020 14:48:54 +0200 Subject: [PATCH] Changes script interpreter from bash to sh --- retry | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retry b/retry index 5d02128..86d17a9 100755 --- a/retry +++ b/retry @@ -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