Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ee3b68e authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

cromite: Ignore clean if its fresh sync

parent 132a14e5
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"