From 6ccaf2f2e60e7819462069853c0030dd03a3bee1 Mon Sep 17 00:00:00 2001 From: ahmedbodi Date: Fri, 17 Jan 2014 11:52:16 +0000 Subject: [PATCH] Add Submodule init --- update_submodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update_submodules b/update_submodules index a57cd81..3e50b55 100755 --- a/update_submodules +++ b/update_submodules @@ -1,3 +1,4 @@ #!/bin/sh - +git submodule init +git submodule update git submodule foreach git pull origin master