Skip to content

Commit

Permalink
Stop make if working tree does not have git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
norio-nomura committed Oct 10, 2016
1 parent 2efa8de commit 75cd926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export SCRIPT_DIR=$(dirname "$0")

main ()
{
local submodules=$(git submodule status)
submodules=$(git submodule status)
local result=$?

if [ "$result" -ne "0" ]
Expand Down

0 comments on commit 75cd926

Please sign in to comment.