From 7db1805f6fc5d51ce6ec01129eede3bb09f2eaa1 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 26 Sep 2006 19:59:39 +0000 Subject: 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 --- configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure') 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()) { -- cgit v1.2.3