This file is indexed.

/usr/bin/elmerf90 is in libelmer-dev 6.1.0.svn.5396.dfsg-2ubuntu1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh -f

if test "$ELMER_LIB" = ""; then
  if  test "$ELMER_HOME" = ""; then
     LIBDIR=/usr/lib
     INCLUDE=/usr/share/elmersolver/include
  else
     LIBDIR=$ELMER_HOME/lib
     INCLUDE=$ELMER_HOME/share/elmersolver/include
  fi
else
  LIBDIR=$ELMER_LIB
  INCLUDE=$ELMER_LIB/../include
fi
FC=gfortran
cmd="$FC  -I/build/buildd/elmerfem-6.1.0.svn.5396.dfsg/debian/tmp/usr/include -fPIC -m64 -fPIC -fPIC -I. -Ibinio -I/usr/include/mpi -I/usr/include -m64 -fPIC -I$INCLUDE  -shared  $*"
printf "%s " $cmd
printf "\n"
$FC  -I/build/buildd/elmerfem-6.1.0.svn.5396.dfsg/debian/tmp/usr/include -fPIC -m64 -fPIC -fPIC -I. -Ibinio -I/usr/include/mpi -I/usr/include -m64 -fPIC -I$INCLUDE  -shared  $*
#$FC  -I/build/buildd/elmerfem-6.1.0.svn.5396.dfsg/debian/tmp/usr/include -fPIC -m64 -fPIC -fPIC -I. -Ibinio -I/usr/include/mpi -I/usr/include -I$INCLUDE  -shared  $* -L$LIBDIR -lelmersolver