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

(cherry picked from commit 7c3f62082bb0c6776ff560f0aef09ad2dfdf77ea)
This commit is contained in:
Havard Eidnes
2020-10-02 14:54:57 +02:00
committed by Matthijs Mekking
parent c913ac48d0
commit cf19c9d3ba
2 changed files with 30 additions and 30 deletions

View File

@@ -137,7 +137,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