-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix check_for_lfs_files.sh extglob usage
In check_for_lfs_files.sh, we need to query all non-SEE assets. To do this, we have previously used an extended globbing expression in Bash (see `man bash` for details). However, it turns out some bash installations (specifically, some Windows GitBash instances) don't handle this correctly. To avoid this problem, I've replaced the extglob pattern with a git diff exclusion pattern, which should have the same effect while working on more machines.
- Loading branch information
Showing
1 changed file
with
48 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters