osiris:/# cat /usr/bin/calibre-debug #!/bin/bash frozen_path=/opt/calibre export ORIGWD=`pwd` export LD_LIBRARY_PATH=$frozen_path:$LD_LIBRARY_PATH cd $frozen_path ./calibre-debug "$@" osiris:/#