misplaced space corrected
This commit is contained in:
parent
b5b6bf56d4
commit
d5e4a354e6
|
@ -23,6 +23,6 @@ for line in content:
|
|||
substitution = ''
|
||||
line = '%sROOT ?= %s\n'%(m.group(1),substitution)
|
||||
if c:
|
||||
line = 'F90? = %s\n'%compiler
|
||||
line = 'F90 ?= %s\n'%compiler
|
||||
makefile.write(line)
|
||||
makefile.close()
|
||||
|
|
Loading…
Reference in New Issue