From ce9449cf509c5245c888aba7a0457182dbb17343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Mon, 7 Jun 1999 22:48:50 +0000 Subject: [PATCH] Use the same path to perl in all #! lines in util. --- util/mkdef.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- GitLab