summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-18 12:06:01 +0100
committerJim Meyering <jim@meyering.net>2007-02-18 12:06:01 +0100
commitd07d81df2721a43b7b1dfd14e7c9b856bc5f4309 (patch)
tree340045a2a480c7ebd6167d6d29601a70a57eaaee /bootstrap
parent516f42ab4059962a441e6256d78848f981a6e136 (diff)
downloadcoreutils-d07d81df2721a43b7b1dfd14e7c9b856bc5f4309.tar.xz
* bootstrap: Use "._bootmp" as the temporary directory name,
not ".#bootmp". The latter's "#" caused trouble with the new, gnulib-added "LINK_WARNING_H = $(top_srcdir)/.#bootmp/..." line.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 28fb9ef15..215d3e82c 100755
--- a/bootstrap
+++ b/bootstrap
@@ -416,7 +416,7 @@ slurp() {
# Create boot temporary directories to import from gnulib and gettext.
-bt='.#bootmp'
+bt='._bootmp'
bt2=${bt}2
rm -fr $bt $bt2 &&
mkdir $bt $bt2 || exit