Skip to content

Commit

Permalink
make-file-list: fix unmatched closing parenthesis
Browse files Browse the repository at this point in the history
I missed this before merging, unfortunately.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Jul 18, 2024
1 parent 47afb76 commit 8586164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-file-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ else
-e '^/usr/bin/msys-sqlite3[a-z].*\.dll$' \
-e '^/usr/bin/msys-\(gomp.*\|vtv.*\)-.*\.dll$' \
-e '^/usr/lib/\(awk\|coreutils\|gawk\|openssl\|pkcs11\)/' \
-e '^/usr/lib/ssh/sftp\)' \
-e '^/usr/lib/ssh/sftp' \
-e '^/usr/libexec/\(bigram\|code\|frcode\)\.exe$' \
-e '^/usr/share/\(cygwin\|git\)/' \
-e '^/usr/ssl/misc/' \
Expand Down

0 comments on commit 8586164

Please sign in to comment.