This file is indexed.

/usr/bin/elmerf90-nosh is in libelmer-dev 6.1.0.svn.5396.dfsg2-4ubuntu4.

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
#!/bin/sh -f

if test "$ELMER_LIB" = ""; then
  if  test "$ELMER_HOME" = ""; then
     INCLUDE=/usr/share/elmersolver/include
  else
     INCLUDE=$ELMER_HOME/share/elmersolver/include
  fi
  INCLUDE_DEF=.
else
  INCLUDE=$ELMER_LIB/../include
  INCLUDE_DEF=$ELMER_LIB
fi

cmd="gfortran  -I/build/elmerfem-HzCgHd/elmerfem-6.1.0.svn.5396.dfsg2/debian/tmp/usr/include -fPIC -m64 -fPIC -fPIC -I. -Ibinio -I/usr/include/mpi -I/usr/include -I$INCLUDE  $*"
printf "%s " $cmd
printf "\n"
gfortran  -I/build/elmerfem-HzCgHd/elmerfem-6.1.0.svn.5396.dfsg2/debian/tmp/usr/include -fPIC -m64 -fPIC -fPIC -I. -Ibinio -I/usr/include/mpi -I/usr/include -I$INCLUDE -I$INCLUDE_DEF -I$INCLUDE_DEF/binio  $*