mirror of
https://github.com/fspc/gbootroot.git
synced 2025-03-04 11:53:26 -05:00
Changed the order of the cl.
This commit is contained in:
parent
7cfd2fd76a
commit
2a4a174481
@ -16,8 +16,8 @@ my $preserve_permissions = "$ARGV[4]";
|
||||
my $end = 6;
|
||||
my $filesystem;
|
||||
for ( 5 .. $end ) {
|
||||
if ( $_ == 4 ) {
|
||||
$filesystem = "$ARGV[4]";
|
||||
if ( $_ == 5 ) {
|
||||
$filesystem = "$ARGV[5]";
|
||||
# What to do with the rieserfs command
|
||||
if ( $filesystem eq "mkreiserfs" ) {
|
||||
$filesystem = $filesystem . " -f -f -q";
|
||||
|
Loading…
x
Reference in New Issue
Block a user