From c08b3ef6f435b64c3b7125f93e5b3e661e019f3e Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Tue, 19 Feb 2013 11:53:29 -0800 Subject: - (tim) [regress/cipher-speed.sh regress/try-ciphers.sh] shell portability fix. --- regress/try-ciphers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regress/try-ciphers.sh') diff --git a/regress/try-ciphers.sh b/regress/try-ciphers.sh index 87ec7497a..084a1457a 100644 --- a/regress/try-ciphers.sh +++ b/regress/try-ciphers.sh @@ -32,7 +32,7 @@ for c in $ciphers; do case $c in aes*-gcm@openssh.com) test $n -gt 0 && break;; esac - n=$(($n + 1)) + n=`expr $n + 1` done done -- cgit v1.2.3