Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
If project doesnt exist ignore (for instance DeskClock)
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Apr 12, 2020
1 parent 0bee327 commit 58c7a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apply-patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ patches="$(readlink -f -- $1)"
for project in $(cd $patches/patches; echo *);do
p="$(tr _ / <<<$project |sed -e 's;platform/;;g')"
[ "$p" == build ] && p=build/make
repo sync -l --force-sync $p
repo sync -l --force-sync $p || continue
pushd $p
git clean -fdx; git reset --hard
for patch in $patches/patches/$project/*.patch;do
Expand Down

0 comments on commit 58c7a03

Please sign in to comment.