mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r13310] Aded recognition of Perl script file s (*.pl) and Makefile.dist.
This commit is contained in:
parent
e2af691388
commit
93106a5ed1
@ -764,7 +764,11 @@ while read file; do
|
||||
*.sh | *.sh.in )
|
||||
SHELL_FILE ${file}
|
||||
;;
|
||||
*Makefile | *Makefile.in | *Makefile.am )
|
||||
*.pl )
|
||||
# Perl script files are similar to Shell files
|
||||
SHELL_FILE ${file}
|
||||
;;
|
||||
*Makefile | *Makefile.in | *Makefile.am | Makefile.dist )
|
||||
MAKE_FILE ${file}
|
||||
;;
|
||||
*.bat | *.BAT )
|
||||
|
Loading…
Reference in New Issue
Block a user