mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Corrected syntax error
This commit is contained in:
parent
05adb792c3
commit
1b1be3a50f
@ -20,13 +20,13 @@ DOBUILD () {
|
||||
BTYPE="shared"
|
||||
fi
|
||||
|
||||
if [ $pltfrm = "32" ]; then
|
||||
if [ $PLTFRM = "32" ]; then
|
||||
CMAKEGEN=$CMAKEGEN32
|
||||
else
|
||||
CMAKEGEN=$CMAKEGEN64
|
||||
fi
|
||||
|
||||
NAME="$VER-NC4_$NC4-DAP_$DAP-$pltfrm-$BTYPE"
|
||||
NAME="$VER-NC4_$NC4-DAP_$DAP-$PLTFRM-$BTYPE"
|
||||
BDIR="build_$NAME"
|
||||
echo "Building $NAME"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user