From 32e1908859200bfbc73b3a55714aef1ada33cad0 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Sat, 14 Mar 2015 13:23:47 +0100 Subject: [PATCH] Add submodule support in checkout-deps.sh --- support/checkout-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/checkout-deps.sh b/support/checkout-deps.sh index 542c7c89..4a4ec326 100755 --- a/support/checkout-deps.sh +++ b/support/checkout-deps.sh @@ -2,7 +2,7 @@ trap "exit" INT if [ ! -d "amxmodx" ]; then - git clone https://github.com/alliedmodders/amxmodx.git + git clone --recursive https://github.com/alliedmodders/amxmodx.git fi if [ "$1" != "--no-mysql" ]; then