This file is indexed.

/usr/lib/clisp-2.49/wildcard/link.sh is in clisp-module-wildcard 1:2.49-9ubuntu1.

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

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
${MAKE-make} clisp-module \
  CC="${CC}" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" \
  CLISP_LINKKIT="$absolute_linkkitdir" CLISP="${CLISP}"
NEW_FILES='wildcard.o libgnu_wc.a'
NEW_LIBS="${NEW_FILES}"
NEW_MODULES="wildcard"
TO_LOAD='wildcard'