summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-26 19:59:39 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-26 19:59:39 +0000
commit7db1805f6fc5d51ce6ec01129eede3bb09f2eaa1 (patch)
tree5da5ab339eaeaacebf687e79a4e0b22496d235aa /configure
parentc3b2accb6b0d5a13789ca8d7a6ae710432d21f14 (diff)
Make svshold case insensitive, fix ./configure -update and ./configure -modupdate which were...still broke :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5341 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 7d962d17c..d0a6b40cd 100755
--- a/configure
+++ b/configure
@@ -294,6 +294,8 @@ sub clean
sub update
{
+ chomp($topdir = getcwd());
+ $this = resolve_directory($topdir); # PWD, Regardless.
getmodules();
# Does the cache file exist?
if (!getcache()) {
@@ -314,6 +316,8 @@ sub update
sub modupdate
{
+ chomp($topdir = getcwd());
+ $this = resolve_directory($topdir); # PWD, Regardless.
getmodules();
# Does the cache file exist?
if (!getcache()) {