mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-05 07:55:00 -04:00
Small tweaks
Sad churn from git version. Will be removed next build cycle. Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
b77444f84d
commit
e6beba4b15
39 changed files with 46 additions and 37 deletions
|
@ -61,7 +61,7 @@ applyPatchReal() {
|
|||
if git am "$@"; then
|
||||
if [ "$DOS_REFRESH_PATCHES" = true ]; then
|
||||
if [[ "$currentWorkingPatch" == $DOS_PATCHES* ]]; then
|
||||
git format-patch -1 HEAD --zero-commit --output="$currentWorkingPatch";
|
||||
git format-patch -1 HEAD --zero-commit --no-signature --output="$currentWorkingPatch";
|
||||
fi;
|
||||
fi;
|
||||
fi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue