diff options
author | 1996-11-20 21:28:45 +0000 | |
---|---|---|
committer | 1996-11-20 21:28:45 +0000 | |
commit | 2c6d7e67cb2e9be1e27727fd91813b761000f9ff (patch) | |
tree | 94a8e034f2af3295dda44a59f0417e471b08b754 /install-sh | |
parent | update from main archive 961119 (diff) | |
download | glibc-cvs/libc-961121.tar.xz glibc-cvs/libc-961121.zip |
cleanupscvs/libc-961121
Diffstat (limited to 'install-sh')
-rwxr-xr-x | install-sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install-sh b/install-sh index 2c212ccf4a..ebc66913e9 100755 --- a/install-sh +++ b/install-sh @@ -20,8 +20,8 @@ # when there is no Makefile. # # This script is compatible with the BSD install script, but was written -# from scratch. -# +# from scratch. It can only install one file at a time, a restriction +# shared with many OS's install programs. # set DOITPROG to echo to test this script |