summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-06-22 08:39:44 +0200
committerJim Meyering <meyering@redhat.com>2011-06-22 08:39:44 +0200
commit63fe2825aae11b595dbfe8d68b605867cc1d9198 (patch)
tree032c31c7916da998dc1bdbf0677e53e76c5b75b7 /bootstrap
parent7caed4e9385fcf12e47e4998d9e0a005d70de37c (diff)
downloadgrep-63fe2825aae11b595dbfe8d68b605867cc1d9198.tar.gz
maint: update bootstrap from gnulib
* bootstrap: Update to latest, so it no longer inserts empty lines in .gitignore files. * .gitignore: Let bootstrap move "!..." lines to end of file.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 522ac70a..b286beb5 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
# Print a version string.
-scriptversion=2011-05-16.16; # UTC
+scriptversion=2011-06-22.06; # UTC
# Bootstrap this package from checked-out sources.
@@ -290,7 +290,7 @@ sort_patterns() {
P
x
s/^\n//
- }'
+ }' | sed '/^$/d'
}
# If $STR is not already on a line by itself in $FILE, insert it,