rm quotes in compiler exports

This commit is contained in:
Radovan Bast
2015-10-13 10:05:36 +02:00
parent cff0797b7b
commit 246c0cf2b2
4 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@
# docopt: --fc=<FC> Fortran compiler [default: gfortran].
# --extra-fc-flags=<EXTRA_FCFLAGS> Extra Fortran compiler flags [default: ''].
# --fc-support=<FC_SUPPORT> Toggle Fortran language support (ON/OFF) [default: ON].
# export: 'FC="{0}"'.format(arguments['--fc'])
# export: 'FC={0}'.format(arguments['--fc'])
# define: '-DEXTRA_FCFLAGS="{0}"'.format(arguments['--extra-fc-flags'])
# '-DENABLE_FC_SUPPORT="{0}"'.format(arguments['--fc-support'])