mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
Changes to make $> > 0 happy.
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user