1
0
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:
freesource 2001-12-20 21:49:30 +00:00
parent 7cfd2fd76a
commit 2a4a174481

View File

@ -16,8 +16,8 @@ my $preserve_permissions = "$ARGV[4]";
my $end = 6; my $end = 6;
my $filesystem; my $filesystem;
for ( 5 .. $end ) { for ( 5 .. $end ) {
if ( $_ == 4 ) { if ( $_ == 5 ) {
$filesystem = "$ARGV[4]"; $filesystem = "$ARGV[5]";
# What to do with the rieserfs command # What to do with the rieserfs command
if ( $filesystem eq "mkreiserfs" ) { if ( $filesystem eq "mkreiserfs" ) {
$filesystem = $filesystem . " -f -f -q"; $filesystem = $filesystem . " -f -f -q";