From: Mostyn Bramley-Moore Date: Sun, 18 May 2025 10:58:27 +0000 (+0200) Subject: contrib/psota-benchmark/tcp.sh is a bash script X-Git-Tag: v3.8.0~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2616%2Fhead;p=thirdparty%2Flibarchive.git 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. --- 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