Note that the ",undefined" doesn't change how the file is interpreted.
However, you can avoid that and/or preserve or provide a substitution value
by using a backslash in your macro substitution to re-introduce the macro
with or without a default substitution value.
Example in a substitutions file:
file foo.template
{
{ EGU = "\$(EGU=mm)" }
}
or via the command line which requires more backslashes to avoid shell expansion:
msi -M "EGU=\\\$(EGU=mm)" foo.template
Cheers,
- Bruce
On 07/30/2018 02:23 PM, Jeong Han Lee wrote:
Hi,
Is there any other way to suppress or omit (,undefined) in the output file by using MSI?
Thanks,
Han
--
Bruce Hill
Member Technical Staff
SLAC National Accelerator Lab
2575 Sand Hill Road M/S 10
Menlo Park, CA 94025
- References:
- a question for msi Jeong Han Lee
- Navigate by Date:
- Prev:
dbGetPdbAddrFromLink dropped from 3.15 again Till Straumann
- Next:
Re: a question for msi Andrew Johnson
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
<2018>
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
a question for msi Jeong Han Lee
- Next:
Re: a question for msi Andrew Johnson
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
<2018>
2019
2020
2021
2022
2023
2024
|