mirror of
https://github.com/pragma-/pbot.git
synced 2025-03-31 12:57:11 +02:00
Remove . from lib path
This commit is contained in:
parent
bbc3eeca9a
commit
cfa37ce1d3
2
pbot
2
pbot
@ -5,7 +5,7 @@
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
use FindBin qw($RealBin);
|
||||
use lib "$RealBin/.";
|
||||
use lib "$RealBin/";
|
||||
|
||||
# configuration is overridden via command-line arguments, do not modify
|
||||
# see doc/QuickStart.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user