From d5e4a354e6647009311d6694add1b58f22867722 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 22 Apr 2013 15:35:15 +0000 Subject: [PATCH] misplaced space corrected --- code/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/configure b/code/configure index 92ea4c551..a5860ab60 100755 --- a/code/configure +++ b/code/configure @@ -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()