2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 18:07:12 +01:00

Small correction to the fc_nag module:

use lower to identify Module filenames
This commit is contained in:
Harald Klimach 2012-03-08 01:01:55 +01:00
parent 6285826ff4
commit e7325b2b89

View File

@ -18,7 +18,7 @@ def find_nag(conf):
fc = conf.cmd_to_list(fc)
conf.get_nag_version(fc)
conf.env.FC_NAME = 'NAG'
conf.env.FC_MOD_CAPITALIZATION = 'lower.mod'
conf.env.FC_MOD_CAPITALIZATION = 'lower'
@conf
def nag_flags(conf):