summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-02-27 17:15:43 +0100
committerJim Meyering <meyering@redhat.com>2009-08-25 09:21:00 +0200
commite2808a3999233c7186ee349278dbff5a046250db (patch)
tree1b20505788f3dcf26e579b3e0ac8d8854771661d /bootstrap
parentddfcccce51f8b74d50cf3efa0e6da61b6f96946d (diff)
downloadcoreutils-e2808a3999233c7186ee349278dbff5a046250db.tar.xz
maint: remove Local Variables: indent-tabs-mode: nil from all sources
* src/getlimits.c: Likewise. * src/group-list.c: Likewise. * src/groups.c: Likewise. * src/mktemp.c: Likewise. * src/setuidgid.c: Likewise. * src/stdbuf.c: Likewise. * src/timeout.c: Likewise. * src/truncate.c: Likewise. * gl/lib/mbsalign.c: Likewise. * tests/test-lib.sh: Likewise. * bootstrap: Likewise. * README-hacking: Likewise.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 0 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index 4b5d6497e..1f1bc4a9f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -765,7 +765,3 @@ sed 's,\.\./\.\.,..,g' $m > $m-t
mv -f $m-t $m
echo "$0: done. Now you can run './configure'."
-
-# Local Variables:
-# indent-tabs-mode: nil
-# End: