Avoid a non-standard bashism: use of "==" in "test".

This commit is contained in:
Havard Eidnes
2020-10-02 14:54:57 +02:00
committed by Matthijs Mekking
parent 4134980448
commit 1f83daa4ac
2 changed files with 30 additions and 30 deletions

View File

@@ -136,7 +136,7 @@ status=`expr $status + $ret`
echo_i "checking warning about permissions change on key with dnssec-settime ($n)"
uname=`uname -o 2> /dev/null`
if [ Cygwin == "$uname" ]; then
if [ Cygwin = "$uname" ]; then
echo_i "Cygwin detected, skipping"
else
ret=0