mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
Now gbootroot is functioning well as either a GUI or CLI in relation to whether or not arguments are added. Options.pm allows things to be checked before interpreting so that a determination can be made what mode to go in.
This commit is contained in:
+2
-2
@@ -50,6 +50,7 @@ use English; # I think this can be ditched for portability
|
||||
use File::Find; # used by check_root_fs
|
||||
use BootRoot::BootRoot;
|
||||
use BootRoot::Error;
|
||||
use BootRoot::Options;
|
||||
|
||||
my (%Included, %replaced_by, %links_to, %is_module, %hardlinked,
|
||||
%strippable, %lib_needed_by, @Libs, %user_defined_link);
|
||||
@@ -1826,11 +1827,10 @@ sub info {
|
||||
}
|
||||
|
||||
|
||||
if ( $::commandline ) {
|
||||
if ( %option ) {
|
||||
print @msgs;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
## This will produce red.
|
||||
|
||||
Reference in New Issue
Block a user