# along with this program. If not, see <http://www.gnu.org/licenses/>.
-python -i -c 'from math import *;
+exec python -i -c 'from math import *;
def ld(x):
return log(x)/log(2)
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-pdftotext "$@" -
+exec pdftotext "$@" -
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-valgrind --leak-check=full --show-reachable=yes --error-exitcode=1 \
- --track-fds=yes "$@"
+exec valgrind --leak-check=full --show-reachable=yes --error-exitcode=1 \
+ --track-fds=yes "$@"
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-valgrind --tool=exp-ptrcheck --error-exitcode=1 "$@"
+exec valgrind --tool=exp-ptrcheck --error-exitcode=1 "$@"