Skip to content

Commit

Permalink
ENH: Update to newer third-party update script
Browse files Browse the repository at this point in the history
Update to `update-common.sh` from commit `159297a9bfd` in

    https://gitlab.kitware.com/utils/git-import-third-party

Manually preserve ITK's change from commit 5dccc22 (BUG: Do not gpg
sign third party updates, 2018-11-19, v5.0b02~82^2~1).
  • Loading branch information
bradking committed Oct 13, 2021
1 parent f31d563 commit 19155f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Utilities/Maintenance/update-third-party.bash
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ disable_custom_gitattributes() {
pushd "${extractdir}/${name}-reduced"
# Git does not allow custom attributes in a subdirectory where we
# are about to merge the `.gitattributes` file, so disable them.
sed -i '/^\[attr\]/ {s/^/#/;}' .gitattributes
sed -i.bak -e '/^\[attr\]/ {s/^/#/;}' .gitattributes
rm .gitattributes.bak
popd
}

Expand Down

0 comments on commit 19155f3

Please sign in to comment.