Add explicit path to mpi-f90-interfaces.h.sh. Blast; I could have
sworn that I committed this yesterday. This commit was SVN r9935.
Этот коммит содержится в:
родитель
da7ad0e8b8
Коммит
d3ff507bc2
@ -15,10 +15,10 @@
|
||||
|
||||
# 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
|
||||
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
|
||||
exit 1
|
||||
fi
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user