From: Ian Beckwith Date: Sat, 23 Oct 2010 19:55:28 +0000 (+0100) Subject: remove "use lib" X-Git-Tag: debian/1.0-1~3 X-Git-Url: http://erislabs.net/gitweb/?p=id3fs.git;a=commitdiff_plain;h=ed2911ae4da26fc6e30a7784f7933eff505e5be8 remove "use lib" --- 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;