]> sourceware.org Git - automake.git/commit
Make install-sh work even when names contain spaces or
authorJim Meyering <jim@meyering.net>
Sun, 10 Nov 2002 14:26:15 +0000 (14:26 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 10 Nov 2002 14:26:15 +0000 (14:26 +0000)
commitd1a1077a9268e4879f81795c5344e594e722ed64
treeaa552f990deb7f667e12e05b06b4738677080955
parent84b1f09682338ab327f31b7f93b60551422c643f
Make install-sh work even when names contain spaces or
certain (but not all) shell metachars.

* lib/install-sh: Remove lots of unnecessary quoting.
Add double quotes where necessary.
Write diagnostics to stderr, not stdout.
Normalize spacing in diagnostics: use one space (not two,
and not a TAB) after the leading `install:'.
Remove trailing white space.
Remove unnecessary curly braces.
If removing the destination fails, also try to move it aside.
Use `trap' more portably.
lib/install-sh
This page took 0.029371 seconds and 5 git commands to generate.