remove "use lib"
authorIan Beckwith <ianb@erislabs.net>
Sat, 23 Oct 2010 19:55:28 +0000 (20:55 +0100)
committerIan Beckwith <ianb@erislabs.net>
Sat, 23 Oct 2010 19:55:28 +0000 (20:55 +0100)
bin/id3fs-index
sbin/id3fsd

index f27c7f6..631bd63 100755 (executable)
@@ -16,7 +16,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-use lib '/home/ianb/projects/id3fs/id3fs/lib'; # FIXME: remove
 use strict;
 use Getopt::Long qw(Configure);
 use ID3FS::DB;
index 9333c78..12808ed 100755 (executable)
@@ -16,7 +16,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-use lib '/home/ianb/projects/id3fs/id3fs/lib'; # FIXME: remove
 use strict;
 use Getopt::Long qw(Configure);
 use ID3FS::DB;