From: Alan T. DeKok Date: Tue, 12 May 2009 10:29:33 +0000 (+0200) Subject: Fixed typo X-Git-Tag: release_2_1_7~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d3976d69cdaa33b72174928dc31287ef1430261;p=thirdparty%2Ffreeradius-server.git Fixed typo --- diff --git a/raddb/certs/bootstrap b/raddb/certs/bootstrap index dde930718c2..0e536e4943d 100755 --- a/raddb/certs/bootstrap +++ b/raddb/certs/bootstrap @@ -17,7 +17,7 @@ make all # # If that worked, exit. Otherwise, run the commands manually. # -if [ "$?" == "0" ] +if [ "$?" = "0" ] then exit 0 fi