summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2007-11-15 16:37:48 +0000
committerAndreas Brachold <vdr07@deltab.de>2007-11-15 16:37:48 +0000
commit06c489918c1183508a242fbae9d6166d84e762b6 (patch)
treebf7a857d59637418a849b2aa1a66756c97e208dd /lib
parenta90c07847c7d4744e609a36abb55a6eb55e6d1ed (diff)
downloadxxv-06c489918c1183508a242fbae9d6166d84e762b6.tar.gz
xxv-06c489918c1183508a242fbae9d6166d84e762b6.tar.bz2
* contrib/script: use /bin/sh to be consistent with posix sth
* lib: remote unused file lib/Paths.pm
Diffstat (limited to 'lib')
-rw-r--r--lib/Paths.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Paths.pm b/lib/Paths.pm
deleted file mode 100644
index 7e249d3..0000000
--- a/lib/Paths.pm
+++ /dev/null
@@ -1,3 +0,0 @@
-use FindBin qw($RealBin);
-
-my $LIBS = "$RealBin/../lib";