diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-25 11:11:45 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-25 11:11:45 +0000 |
commit | c86ee8c8d2f39fe2ae2f6d5f9b597b2a31708575 (patch) | |
tree | 4d7cfd279ac492109a6a36ee809f883ea405c3f4 /configure | |
parent | 09c2980424577f2aef5a7ffb645c47ccce1e4cc9 (diff) |
Fix (broken) ./configure -update and ./configure -modupdate
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5318 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -294,6 +294,7 @@ sub clean sub update { + getmodules(); # Does the cache file exist? if (!getcache()) { # No, No it doesn't.. *BASH* @@ -313,6 +314,7 @@ sub update sub modupdate { + getmodules(); # Does the cache file exist? if (!getcache()) { # No, No it doesn't.. *BASH* |