diff options
author | midipix <writeonce@midipix.org> | 2015-03-27 08:34:50 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-03-27 08:34:50 -0400 |
commit | f43936e3c8a56aa1f480969d5ec91b0e9196eea1 (patch) | |
tree | 73a46a8c524efb2c0f5b64524ba24fd3d52d04a8 | |
parent | e94f1c1f08ae5c53a44f058ec59a5b5df1673d07 (diff) | |
download | cbb-gcc-4.6.4-f43936e3c8a56aa1f480969d5ec91b0e9196eea1.tar.bz2 cbb-gcc-4.6.4-f43936e3c8a56aa1f480969d5ec91b0e9196eea1.tar.xz |
gcc/config.gcc: add missing white space before ']'.
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |