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:
Tad 2021-10-26 01:29:14 -04:00
parent b77444f84d
commit e6beba4b15
39 changed files with 46 additions and 37 deletions

View file

@ -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;