From ead8cd69bd66f24ebda633e542977f5d3f1f2f26 Mon Sep 17 00:00:00 2001 From: Mostyn Bramley-Moore Date: Sun, 18 May 2025 12:58:27 +0200 Subject: [PATCH] contrib/psota-benchmark/tcp.sh is a bash script I am unsure if this is still used, but it fails to run in Bourne shell. --- contrib/psota-benchmark/tcp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/psota-benchmark/tcp.sh b/contrib/psota-benchmark/tcp.sh index 3f630732b..70e2a3ca8 100755 --- a/contrib/psota-benchmark/tcp.sh +++ b/contrib/psota-benchmark/tcp.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # tar comparison program # 2007-10-25 Jan Psota -- 2.47.2