diff options
author | David MacKenzie <djm@djmnet.org> | 1996-11-20 21:28:45 +0000 |
---|---|---|
committer | David MacKenzie <djm@djmnet.org> | 1996-11-20 21:28:45 +0000 |
commit | 2c6d7e67cb2e9be1e27727fd91813b761000f9ff (patch) | |
tree | 94a8e034f2af3295dda44a59f0417e471b08b754 /install-sh | |
parent | 84384f5b6aaa622236ada8c9a7ff51f40b91fc20 (diff) | |
download | glibc-2c6d7e67cb2e9be1e27727fd91813b761000f9ff.tar glibc-2c6d7e67cb2e9be1e27727fd91813b761000f9ff.tar.gz glibc-2c6d7e67cb2e9be1e27727fd91813b761000f9ff.tar.bz2 glibc-2c6d7e67cb2e9be1e27727fd91813b761000f9ff.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 |