summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-10 17:36:55 +0100
committerJim Meyering <meyering@redhat.com>2007-11-10 18:41:41 +0100
commitba3497409071e858a561ca95542291ffb328ab99 (patch)
tree55037f7037cd6fcc94c65848bd55b1b61f4f8c3d /bootstrap
parent56e3106e934796f993decd08b3c4224d3830209a (diff)
downloadcoreutils-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-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 110c77a7c..1eec10f13 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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 &&