trusty installer: full depth clone option
authorBill Erickson <berickxx@gmail.com>
Fri, 5 Dec 2014 21:54:35 +0000 (16:54 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 5 Dec 2014 21:54:35 +0000 (16:54 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
installer/trusty/eg_trusty_installer.sh

index b2454d5..85812b2 100755 (executable)
@@ -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