]> gitweb.ps.run Git - ps-cgit/commitdiff
cgit.mk: Use SHELL_PATH_SQ to run gen-version.sh
authorJohn Keeping <john@keeping.me.uk>
Wed, 6 Mar 2013 21:22:09 +0000 (21:22 +0000)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 20 Mar 2013 20:08:32 +0000 (21:08 +0100)
On some platforms (notably Solaris) /bin/sh doesn't support enough of
POSIX for gen-version.sh to run.  Git's Makefile provides SHELL_PATH_SQ
to address this issue so we just have to use it.

Signed-off-by: John Keeping <john@keeping.me.uk>

No differences found