changed path of default perl libraries
PR: ports/10320 Submitted by: hokada@isl.melco.co.jp
This commit is contained in:
parent
8e55365517
commit
6363db6b4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17160
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
'noglobals', 'pedantic', 'urlget=s', 'v', 'version', 'warnings',
|
||||
'x=s', 'c=s', 'explain');
|
||||
-
|
||||
+@INC = ('/usr/share/perl','%PERLLIBDIR%');
|
||||
+@INC = ( @INC, '%PERLLIBDIR%');
|
||||
$exit_status = 0;
|
||||
|
||||
require 'newgetopt.pl';
|
||||
|
|
Loading…
Reference in a new issue