Revert unnecessary quoting of SHELL_PATH
commiteebdca3a654bfb95018514d5b5b8803c1fcd3343
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 19 Feb 2009 18:51:54 +0000 (19 19:51 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 19 Feb 2009 18:52:20 +0000 (19 19:52 +0100)
tree4d2f63576bd9b930f7c8986c15e3a71b0a746d88
parent89012a7916918de08031e7c415afd79d9e68dce2
Revert unnecessary quoting of SHELL_PATH

In bf788d7(Makefile: be nice when running in a path containing spaces),
the Makefile was changed so that the SHELL_PATH is quoted, but that is
actually not necessary, as we still have POSIX paths at that point, and
we use /bin/sh which has no space in it.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Makefile