Skip to content

Commit 19155f3

Browse files
committed
ENH: Update to newer third-party update script
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).
1 parent f31d563 commit 19155f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Utilities/Maintenance/update-third-party.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ disable_custom_gitattributes() {
8585
pushd "${extractdir}/${name}-reduced"
8686
# Git does not allow custom attributes in a subdirectory where we
8787
# are about to merge the `.gitattributes` file, so disable them.
88-
sed -i '/^\[attr\]/ {s/^/#/;}' .gitattributes
88+
sed -i.bak -e '/^\[attr\]/ {s/^/#/;}' .gitattributes
89+
rm .gitattributes.bak
8990
popd
9091
}
9192

0 commit comments

Comments
 (0)