/usr/share/biomaj/bin/env.sh is in biomaj 1.2.3-6build1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 | #!/bin/sh
export JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:bin/javac::")
export ANT_HOME=/usr/share/ant
export BIOMAJ_ROOT=/usr/share/biomaj
|