From: Travis Cross Date: Fri, 4 May 2012 19:10:51 +0000 (+0000) Subject: bootstrap.sh: fix syntax error X-Git-Tag: v1.2-rc1~17^2~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=adfe4626918ff5a7210261715d41e6a24e779cbd;p=thirdparty%2Ffreeswitch.git bootstrap.sh: fix syntax error ...it's always the seemingly trivial changes. --- diff --git a/bootstrap.sh b/bootstrap.sh index 77640722f6..0e0ac56fc4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -213,6 +213,7 @@ check_awk() { # work, but mawk is believed to fail on some systems. If we can # replicate this, we need a particular behavior that we can test # here to verify whether we have an acceptable awk. + : }