1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 00:53:23 -05:00

Fixed a little syntax error.

This commit is contained in:
freesource 2000-10-19 05:08:23 +00:00
parent 9bc4b7489f
commit 3f0483a604

View File

@ -246,7 +246,7 @@ if (!-d "$tmp1/gbootroot_mnt$$") {
# 1 --> all messages. # 1 --> all messages.
my $verbosity = 1; my $verbosity = 1;
my $verbosefn = "$tmp/verbose"; # gBootRoot my $verbosefn = "$tmp/verbose"; # gBootRoot
my $yard_temp = "$tmp/yard_verbose; # Yard my $yard_temp = "$tmp/yard_verbose"; # Yard - always logged, but 0&1 = STDOUT
# Right now >= 0.7000 is o.k. # Right now >= 0.7000 is o.k.