Avoid a non-standard bashism: use of "==" in "test".
This commit is contained in:
committed by
Matthijs Mekking
parent
4134980448
commit
1f83daa4ac
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user