2
# .COPYRIGHT: Copyright (c) 1988-2005 European Southern Observatory,
6
# .LANGUAGE shell script
7
# .ENVIRONMENT Unix Systems. Executable under SHELL and C-SHELL
8
# .COMMENTS Test for Fortran to C interface. Executes ftoc_vmr.exe
9
# if exists and it is executable, otherwise nothing.
11
# .AUTHOR Carlos Guirao
12
# .VERSION 1.1 06-Jul-1992: Implementation
16
# <dirname> emulated with <sed>
18
DIR=`echo $0 | sed -e 's/[^\/]*$//' -e 's/^$/./' -e 's/\/$//'`
20
if [ -f $DIR/ftoc_vmr.exe -a -s $DIR/ftoc_vmr.exe ] ; then