summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/scripts/migrate-ds.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/admin/src/scripts/migrate-ds.pl.in')
-rw-r--r--ldap/admin/src/scripts/migrate-ds.pl.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap/admin/src/scripts/migrate-ds.pl.in b/ldap/admin/src/scripts/migrate-ds.pl.in
index bd718d58..df14ea07 100644
--- a/ldap/admin/src/scripts/migrate-ds.pl.in
+++ b/ldap/admin/src/scripts/migrate-ds.pl.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!@perlexec@
# BEGIN COPYRIGHT BLOCK
# This Program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@@ -47,7 +47,7 @@
#
##########################
-use lib '@perldir@';
+use lib qw(@perlpath@);
use strict;