summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/perl_path_wrapper.sh
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-12-19 23:17:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:32 -0500
commite17e21172affabedc807e0c22871b6e3a1072377 (patch)
tree1c1b2d15190578295d2b1185e7c767a568602478 /source4/heimdal_build/perl_path_wrapper.sh
parentd3764fff5bf999fc67fdbb49176c06aad5e67bc7 (diff)
downloadsamba-e17e21172affabedc807e0c22871b6e3a1072377.tar.gz
samba-e17e21172affabedc807e0c22871b6e3a1072377.tar.bz2
samba-e17e21172affabedc807e0c22871b6e3a1072377.zip
r12380: add a wraper script that calls the perl scripts in heimdal_build/
with the correct perl version, that was detected with configure metze (This used to be commit 9e103e53d1245e44563eea78d398d1de9895bd0e)
Diffstat (limited to 'source4/heimdal_build/perl_path_wrapper.sh')
-rwxr-xr-xsource4/heimdal_build/perl_path_wrapper.sh7
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/$@