Skip to content

Commit f3dcd51

Browse files
committed
STYLE: Removed (commented) workaround for fixed libMINC upstream issue
1 parent 3c8ff8b commit f3dcd51

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Modules/ThirdParty/MINC/UpdateFromUpstream.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ readonly paths="
9191
extract_source () {
9292
git_archive
9393
pushd "${extractdir}/${name}-reduced"
94-
git update-index --chmod=+x 'src/libminc/libsrc/Make.com'
95-
# chmod u-x volume_io/Geometry/tensors.c
94+
git update-index --chmod=+x 'src/libminc/libsrc/Make.com'
9695
popd
9796
}
9897

0 commit comments

Comments
 (0)