From bf32d686502d8dbe4dd7474250de61aca595cb4a Mon Sep 17 00:00:00 2001 From: Tomas Gavenciak Date: Sun, 21 Apr 2013 19:33:25 +0200 Subject: [PATCH] tests: fix HTML-gen sh script (dash compatibility) --- tests/framework/res2html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/framework/res2html.sh b/tests/framework/res2html.sh index 2c10a29c..71419193 100755 --- a/tests/framework/res2html.sh +++ b/tests/framework/res2html.sh @@ -6,7 +6,7 @@ resdir=$1 -function die() +die() { echo "" echo "* ERROR * ERROR * ERROR * ERROR * ERROR * ERROR *" -- 2.11.4.GIT