scripts: update-patches: fix shellcheck 0.7.1 lint
This commit is contained in:
parent
653e547b82
commit
14ab51876e
@ -21,6 +21,6 @@ for module in $GLUON_MODULES; do
|
||||
for commit in $(git rev-list --reverse --no-merges base..patched); do
|
||||
(( ++n ))
|
||||
mkdir -p "${GLUON_PATCHESDIR}/$module"
|
||||
git -c core.abbrev=40 show --pretty=format:'From: %an <%ae>%nDate: %aD%nSubject: %B' --no-renames --binary "$commit" > "${GLUON_PATCHESDIR}/$module/$(printf '%04u' $n)-$(git show -s --pretty=format:%f "$commit").patch"
|
||||
git -c core.abbrev=40 show --pretty=format:'From: %an <%ae>%nDate: %aD%nSubject: %B' --no-renames --binary "$commit" > "${GLUON_PATCHESDIR}/$module/$(printf '%04u' "$n")-$(git show -s --pretty=format:%f "$commit").patch"
|
||||
done
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user