Fixed typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 12 May 2009 10:29:33 +0000 (12:29 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 12 May 2009 10:29:33 +0000 (12:29 +0200)
raddb/certs/bootstrap

index dde9307..0e536e4 100755 (executable)
@@ -17,7 +17,7 @@ make all
 #
 #  If that worked, exit.  Otherwise, run the commands manually.
 #
-if [ "$?" == "0" ]
+if [ "$?" = "0" ]
 then
   exit 0
 fi