From 8adb9cbd5a2e7c7151893be1f977844abda9a6e6 Mon Sep 17 00:00:00 2001 From: Jeff Lindsay Date: Tue, 11 Jun 2013 20:27:24 -0700 Subject: [PATCH] sh compatible --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4228807bd..b01be4a10 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ submodule: gitreceive: wget -O /usr/local/bin/gitreceive ${GITRECEIVE_URL} chmod +x /usr/local/bin/gitreceive - [[ ! -d /home/git ]] && gitreceive init + [ ! -d /home/git ] && gitreceive init sshcommand: wget -O /usr/local/bin/sshcommand ${SSHCOMMAND_URL}