From 60df21975c5cbac190bf1e7b4d2e6627f1685dcf Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 17 Jun 2022 17:24:33 +0200 Subject: tests/file-wait: Use older type of function definition The definition with the "function" keyword doesn't work on plain 'sh'. --- tests/file-wait | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/file-wait b/tests/file-wait index 69c11c90..22e86f52 100755 --- a/tests/file-wait +++ b/tests/file-wait @@ -4,7 +4,7 @@ INDEXAMAJIG=$1 INFILE=$2 GEOM=$3 -function make_link { +make_link() { sleep 5 ln -s $INFILE file_wait_input.h5 } -- cgit v1.2.3