Skip to content

Commit 8586164

Browse files
committed
make-file-list: fix unmatched closing parenthesis
I missed this before merging, unfortunately. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 47afb76 commit 8586164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-file-list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ else
337337
-e '^/usr/bin/msys-sqlite3[a-z].*\.dll$' \
338338
-e '^/usr/bin/msys-\(gomp.*\|vtv.*\)-.*\.dll$' \
339339
-e '^/usr/lib/\(awk\|coreutils\|gawk\|openssl\|pkcs11\)/' \
340-
-e '^/usr/lib/ssh/sftp\)' \
340+
-e '^/usr/lib/ssh/sftp' \
341341
-e '^/usr/libexec/\(bigram\|code\|frcode\)\.exe$' \
342342
-e '^/usr/share/\(cygwin\|git\)/' \
343343
-e '^/usr/ssl/misc/' \

0 commit comments

Comments
 (0)