summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-06-07 22:48:50 +0000
committerBodo Möller <bodo@openssl.org>1999-06-07 22:48:50 +0000
commitce9449cf509c5245c888aba7a0457182dbb17343 (patch)
treeff36da9e0010c747457019ee3b1d2ddb55707a8d /util
parent97e4a932451188508b6f865b1a16f2e670a1c315 (diff)
Use the same path to perl in all #! lines in util.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkdef.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 9987387a30..75454dea45 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -1,4 +1,4 @@
-#!/usr/my/bin/perl -w
+#!/usr/local/bin/perl -w
#
# generate a .def file
#