summaryrefslogtreecommitdiffstats
path: root/install-sh
Commit message (Collapse)AuthorAgeFilesLines
* Update CI files to account for the master -> main rename (GH-25860)Pablo Galindo2021-05-031-69/+92
|
* bpo-34765: install-sh is executable (GH-10225)Victor Stinner2018-10-291-0/+0
| | | | Fix 'install-sh' file permission: add execution bit ("chmod +x"), "-rw-rw-r--." becomes "-rwxrwxr-x.".
* bpo-34765: Update the install-sh file (GH-9592)stratakis2018-10-181-219/+443
| | | | | Update the outdated install-sh file to the latest revision from automake v1.16.1
* Patch #746366: Update to current automake install-sh. Will backport to 2.2.Martin v. Löwis2003-06-141-62/+105
|
* Update install-sh using version from automake 1.4. Closes patch #103657Neil Schemenauer2001-02-101-26/+157
| | | | and #103717.
* Exit when a mv or cp fails (Sjoerd Mullender).Guido van Rossum1998-08-131-2/+2
|
* Avoid using dirname; sed can do this just as well...Guido van Rossum1998-05-051-1/+2
|
* X11 install.sh scriptGuido van Rossum1996-05-241-0/+119