[svn-r4172]

Purpose:
    Bug Fix
Description:
    *sigh* The change I made yesterday didn't work correctly. The shell
    command interpretted the line as if it were command flags.
Solution:
    Removed the "()"s from around the macro name so that they can be
    expanded correctly.
Platforms tested:
    Linux
This commit is contained in:
Bill Wendling 2001-07-10 14:09:32 -05:00
parent a46f951ea0
commit cf9f5c965c

View File

@ -249,7 +249,7 @@ done
if test -n "$F9XMODFLAG"; then
echo $F9XMODFLAG 1>&6
FFLAGS="$(F9XMODFLAG). $(F9XMODFLAG)../src $FFLAGS"
FFLAGS="$F9XMODFLAG. $F9XMODFLAG../src $FFLAGS"
else
echo unknown 1>&6
fi