Skip to content

Commit

Permalink
Fixed EZFIO installation
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Feb 20, 2020
1 parent d797891 commit 1e336c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ if [[ ${EZFIO} = $(not_found) ]] ; then
cd "\${QP_ROOT}"/external
tar --gunzip --extract --file ${EZFIO_TGZ}
rm -rf ezfio
mv EZFIO-* ezfio
mv EZFIO ezfio
EOF
fi

Expand Down

0 comments on commit 1e336c7

Please sign in to comment.