Browse Source

Changed the order of the cl.

master
freesource 23 years ago
parent
commit
2a4a174481
  1. 4
      expect_uml

4
expect_uml

@ -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…
Cancel
Save