From adfe4626918ff5a7210261715d41e6a24e779cbd Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Fri, 4 May 2012 19:10:51 +0000 Subject: [PATCH] bootstrap.sh: fix syntax error ...it's always the seemingly trivial changes. --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) 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. + : }