From: Bill Erickson Date: Fri, 5 Dec 2014 21:54:35 +0000 (-0500) Subject: trusty installer: full depth clone option X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3595799719fec60340e38054423faa2445e5e7ce;p=working%2Frandom.git trusty installer: full depth clone option Signed-off-by: Bill Erickson --- diff --git a/installer/trusty/eg_trusty_installer.sh b/installer/trusty/eg_trusty_installer.sh index b2454d560..85812b2e6 100755 --- a/installer/trusty/eg_trusty_installer.sh +++ b/installer/trusty/eg_trusty_installer.sh @@ -26,7 +26,7 @@ do t) LIVETEST=1;; b) NO_BROWSER=1;; d) NO_DATABASE=1;; - c) CLONE_DEPTH=""; + c) CLONE_DEPTH="";; p) PG_92=1;; esac done