Skip to content

Commit

Permalink
easystart
Browse files Browse the repository at this point in the history
  • Loading branch information
rikarends committed Sep 25, 2010
1 parent 14a9f05 commit 846ed1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/cloud9-lin32
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh -e
# lets check if we have the submodules initialized
cd `dirname $0`
cd..
if [ ! -e common/ace/LICENSE ]; then
echo "--------------------------- Please wait, initializing submodules for first launch ------------------------"
git submodule update --init --recursive
Expand Down
1 change: 1 addition & 0 deletions bin/cloud9-osx64
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh -e
# lets check if we have the submodules initialized
cd `dirname $0`
cd ..
if [ ! -e common/ace/LICENSE ]; then
echo "--------------------------- Please wait, initializing submodules for first launch ------------------------"
git submodule update --init --recursive
Expand Down
2 changes: 1 addition & 1 deletion bin/cloud9-win32.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off

cd ..
IF EXIST common\ace\LICENSE goto skip

echo --- Initializing submodules for first launch, this can take a few minutes ---
Expand Down

0 comments on commit 846ed1b

Please sign in to comment.