Skip to content

Commit

Permalink
Stop make if working tree does not have git repository (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
norio-nomura authored and jpsim committed Oct 10, 2016
1 parent e6997b2 commit 9c9c0b2
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 9c9c0b2

Please sign in to comment.