From ed2911ae4da26fc6e30a7784f7933eff505e5be8 Mon Sep 17 00:00:00 2001 From: Ian Beckwith Date: Sat, 23 Oct 2010 20:55:28 +0100 Subject: [PATCH] remove "use lib" --- bin/id3fs-index | 1 - sbin/id3fsd | 1 - 2 files changed, 2 deletions(-) diff --git a/bin/id3fs-index b/bin/id3fs-index index f27c7f6..631bd63 100755 --- a/bin/id3fs-index +++ b/bin/id3fs-index @@ -16,7 +16,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -use lib '/home/ianb/projects/id3fs/id3fs/lib'; # FIXME: remove use strict; use Getopt::Long qw(Configure); use ID3FS::DB; diff --git a/sbin/id3fsd b/sbin/id3fsd index 9333c78..12808ed 100755 --- a/sbin/id3fsd +++ b/sbin/id3fsd @@ -16,7 +16,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -use lib '/home/ianb/projects/id3fs/id3fs/lib'; # FIXME: remove use strict; use Getopt::Long qw(Configure); use ID3FS::DB; -- 2.11.0