Loading build.sh +1 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,7 @@ shift $((OPTIND - 1)) # Add depot_tools to PATH if [ ! -d "$chromium_dir/depot_tools" ]; then git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git "$chromium_dir/depot_tools" clean=0 fi export PATH="$chromium_dir/depot_tools:$PATH" Loading Loading
build.sh +1 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,7 @@ shift $((OPTIND - 1)) # Add depot_tools to PATH if [ ! -d "$chromium_dir/depot_tools" ]; then git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git "$chromium_dir/depot_tools" clean=0 fi export PATH="$chromium_dir/depot_tools:$PATH" Loading