mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[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:
parent
a46f951ea0
commit
cf9f5c965c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user