From ffc028a0e92ba709a514b4602d367224c8655e87 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Tue, 12 Apr 2022 10:11:25 +0200 Subject: [PATCH] Update export-all-patch.sh --- export-all-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export-all-patch.sh b/export-all-patch.sh index e08f488..d17464d 100644 --- a/export-all-patch.sh +++ b/export-all-patch.sh @@ -41,7 +41,7 @@ for current_file in $(cat $PATCH_LIST); do if [[ $current_file =~ ^changed/.* ]]; then mv ~/bromite/build/patches-new/$(basename $current_file) ~/bromite/build/patches-new/changed elif [[ $current_file =~ ^contrib/.* ]]; then - mv ~/bromite/build/patches-new/$(basename $current_file) ~/bromite/build/patches-new/contrib + mv ~/bromite/build/patches-new/$(basename $current_file) ~/bromite/build/patches-new/contrib || true fi fi done