mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
Fixed the reversal of update and modupdate in ./configure
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5312 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
fc31e0a8c3
commit
e304c0b37b
4
configure
vendored
4
configure
vendored
@ -47,8 +47,8 @@ GetOptions (
|
|||||||
'binary-dir=s' => \$opt_binary_dir,
|
'binary-dir=s' => \$opt_binary_dir,
|
||||||
'library-dir=s' => \$opt_library_dir,
|
'library-dir=s' => \$opt_library_dir,
|
||||||
'help' => sub { showhelp(); },
|
'help' => sub { showhelp(); },
|
||||||
'modupdate' => sub { update(); },
|
'modupdate' => sub { modupdate(); },
|
||||||
'update' => sub { modupdate(); },
|
'update' => sub { update(); },
|
||||||
'svnupdate' => sub { svnupdate(); },
|
'svnupdate' => sub { svnupdate(); },
|
||||||
'clean' => sub { clean(); },
|
'clean' => sub { clean(); },
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user