diff -r 604c5c80e24a -r 0a44fc4d6bd0 scripts/wrapper.in --- a/scripts/wrapper.in Tue Jun 02 17:33:04 2009 +0000 +++ b/scripts/wrapper.in Sun Aug 02 20:06:44 2009 +0200 @@ -1,5 +1,4 @@ -#!@@CT_bash@@ -# There are bashisms on the last line +#!/bin/sh dirname="$(dirname "${0}")" basename="$(basename "${0}")" @@ -12,4 +11,4 @@ esac export LD_LIBRARY_PATH -exec -a "${basename}" "${dirname}/.${basename}" "$@" +exec "${dirname}/.${basename}" "$@"