From f43936e3c8a56aa1f480969d5ec91b0e9196eea1 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 27 Mar 2015 08:34:50 -0400 Subject: gcc/config.gcc: add missing white space before ']'. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- gcc/config.gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/config.gcc b/gcc/config.gcc index 5b20b7344..47dd26e37 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -186,7 +186,7 @@ # cbb: modern system defaults -if [ x"$enable_secureplt" = x]; then +if [ x"$enable_secureplt" = x ]; then enable_secureplt=yes fi -- cgit v1.2.3