[openssh-commits] [openssh] 01/02: Another shell portability fix for Solaris.

git+noreply at mindrot.org git+noreply at mindrot.org
Thu May 21 18:40:22 AEST 2026


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit d0d7981cf56363e6320f2aa6cf798e293420a7cf
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Thu May 21 18:38:47 2026 +1000

    Another shell portability fix for Solaris.
---
 .github/run_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/run_test.sh b/.github/run_test.sh
index e99c9eef0..7d873fe17 100755
--- a/.github/run_test.sh
+++ b/.github/run_test.sh
@@ -49,7 +49,7 @@ if [ "$1" = "dropbear-versions" ]; then
 	make regress-binaries
 	# Work backward from current version to last version we support.
 	for ver in master `cd /tmp/dropbear && git tag | grep -E 'DROPBEAR_' | sort -rn`; do
-		year=$(echo "$ver" | cut -f2 -d_ | cut -f1 -d.)
+		year=`echo "$ver" | cut -f2 -d_ | cut -f1 -d.`
 		if [ "$ver" != "master" ] && [ "$year" -lt "2020" ]; then
 			exit 0
 		fi

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list