From f7f9192f902e5972707bdd65aed939e884a48a93 Mon Sep 17 00:00:00 2001 From: special Date: Thu, 21 Dec 2006 23:47:35 +0000 Subject: Removed a pointless check in ./configure --clean that made it only work with one dash git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6057 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 1217fb07e..5e598074d 100755 --- a/configure +++ b/configure @@ -279,9 +279,7 @@ getmodules(); sub clean { - if ($arg eq "-clean") { - system("rm -rf .config.cache"); - } + system("rm -rf .config.cache"); } sub update -- cgit v1.2.3