Changes to make $> > 0 happy.

This commit is contained in:
freesource
2001-11-04 08:54:53 +00:00
parent 5f3ce658dc
commit 05da1a4a31
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -579,7 +579,7 @@ sub continue {
sub check {
$error = read_contents_file("$template_dir$template");
$error = read_contents_file("$template_dir$template", $tmp);
return if $error && $error eq "ERROR";
}