1
1

Add explicit path to mpi-f90-interfaces.h.sh. Blast; I could have

sworn that I committed this yesterday.

This commit was SVN r9935.
Этот коммит содержится в:
Jeff Squyres 2006-05-16 15:00:23 +00:00
родитель da7ad0e8b8
Коммит d3ff507bc2

Просмотреть файл

@ -15,10 +15,10 @@
# Do a little error checking # Do a little error checking
if test ! -f fortran_kinds.sh; then if test ! -f "$1/fortran_kinds.sh"; then
echo "ERROR: Cannot find fortran_kinds.sh" >&2 echo "ERROR: Cannot find fortran_kinds.sh" >&2
exit 1 exit 1
elif test -z fortran_kinds.sh; then elif test -z "$1/fortran_kinds.sh"; then
echo "ERROR: fortran_kinds.sh appears to be empty!" >&2 echo "ERROR: fortran_kinds.sh appears to be empty!" >&2
exit 1 exit 1
fi fi