diff options
Diffstat (limited to 'source4/heimdal_build/perl_path_wrapper.sh')
-rwxr-xr-x | source4/heimdal_build/perl_path_wrapper.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/heimdal_build/perl_path_wrapper.sh b/source4/heimdal_build/perl_path_wrapper.sh new file mode 100755 index 0000000000..f739171206 --- /dev/null +++ b/source4/heimdal_build/perl_path_wrapper.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# + +SELF=$0 +DIR=`dirname $SELF` + +$PERL $DIR/$@ |