Skip to content

Commit fd52bfb

Browse files
committed
chore: Update WPS naming
1 parent 48b598b commit fd52bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_wrf.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ if [ ! -f WPS-${WPS_VERSION}/wps.exe ]; then
4444
wget -nv https://github.com/wrf-model/WPS/archive/v${WPS_VERSION}.tar.gz -O WPS-v${WPS_VERSION}.tar.gz
4545
tar -xzvf WPS-v${WPS_VERSION}.tar.gz
4646

47-
pushd WPSV${WPS_VERSION} || exit
47+
pushd WPS-${WPS_VERSION} || exit
4848
echo "1" | ./configure
4949
./compile
5050
popd
51-
ln -s WPSV${WPS_VERSION} WPS
51+
ln -s WPS-${WPS_VERSION} WPS
5252
fi
5353

5454
rm *.tar.gz

0 commit comments

Comments
 (0)