diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-15 07:03:04 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-15 07:03:04 +0000 |
commit | 842c8c486f4f900ae596b56ae93da8ac3e0a4067 (patch) | |
tree | 5e46f42c0dd16b7f9442ecde161e05c6224b36e5 /build-aux/install-sh | |
parent | 99ad01b0d52703c938e3af1d95e49d77f53ef85e (diff) | |
download | coreutils-842c8c486f4f900ae596b56ae93da8ac3e0a4067.tar.xz |
Sync from gnulib (scriptversion change only).
Diffstat (limited to 'build-aux/install-sh')
-rwxr-xr-x | build-aux/install-sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/install-sh b/build-aux/install-sh index 1a8353401..4d4a9519e 100755 --- a/build-aux/install-sh +++ b/build-aux/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2005-02-02.21 +scriptversion=2005-05-14.22 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the |