diff options
Diffstat (limited to 'contrib/platformtest.sh')
| -rwxr-xr-x | contrib/platformtest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/platformtest.sh b/contrib/platformtest.sh index 432243a7..85d3a1d7 100755 --- a/contrib/platformtest.sh +++ b/contrib/platformtest.sh @@ -51,9 +51,9 @@ if [ $? -ne 0 ]; then cd .. fi -echo "$NAME: Checking for ./autogen.sh script ..." +echo "$NAME: Checking for \"./autogen.sh\" script ..." if [ -r ./autogen.sh ]; then - echo "$NAME: Running ./autogen.sh ..." + echo "$NAME: Running \"./autogen.sh\" ..." [ -n "$VERBOSE" ] && ./autogen.sh || ./autogen.sh >/dev/null fi |