diff options
author | Jim Meyering <meyering@redhat.com> | 2007-11-10 17:36:55 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-11-10 18:41:41 +0100 |
commit | ba3497409071e858a561ca95542291ffb328ab99 (patch) | |
tree | 55037f7037cd6fcc94c65848bd55b1b61f4f8c3d /bootstrap | |
parent | 56e3106e934796f993decd08b3c4224d3830209a (diff) | |
download | coreutils-ba3497409071e858a561ca95542291ffb328ab99.tar.xz |
bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
* bootstrap (gnulib_tool_options): Add a space before the use
of $gnulib_tool_option_extras, so that it's separated from the
preceding argument.
Signed-off-by: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -492,7 +492,7 @@ gnulib_tool_options="\ --source-base $bt/lib/\ --tests-base $bt/tests\ --local-dir $local_gl_dir\ -$gnulib_tool_option_extras\ + $gnulib_tool_option_extras\ " echo "$0: $gnulib_tool $gnulib_tool_options --import ..." $gnulib_tool $gnulib_tool_options --import $gnulib_modules && |