Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-gui: install-sh from automake does not like -m755
The install-sh script as shipped with automake requires a space between the -m switch and its argument. Since this is also the regular way of doing it with other install implementations this change inserts the missing space. Signed-off-by: Robert Schiele <rschiele@gmail.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
- Loading branch information