From c1d7b1191f57ae284d5af4fce9172fefccf8a961 Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" Date: Fri, 29 Jul 2005 20:36:01 +0000 Subject: [PATCH] Actually fix the localconfig-creation code. --- webtools/litmus/populatedb.pl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/webtools/litmus/populatedb.pl b/webtools/litmus/populatedb.pl index 1e221b9e84ee..05427726af4d 100755 --- a/webtools/litmus/populatedb.pl +++ b/webtools/litmus/populatedb.pl @@ -23,16 +23,16 @@ use strict; BEGIN { - unless (-e localconfig) { + unless (-e "localconfig") { open(OUT, ">localconfig"); print OUT <