author | Robert Schiele <rschiele@gmail.com> | |
Sat, 1 Dec 2007 17:05:40 +0000 (18:05 +0100) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 3 Dec 2007 04:04:02 +0000 (23:04 -0500) | ||
commit | 74521eee4c9d4c3812b83839d0d98dff72209837 | |
tree | b541823dc2602df4c8b72b7ad490c7d4107ce03d | tree | snapshot |
parent | 54051102004addb6021a527be17b124c00d1482a | commit | diff |
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>
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>
Makefile | diff | blob | history |