Browse Source

A better way to count ARGs.

master
freesource 23 years ago
parent
commit
b7ac1aa14d
  1. 2
      expect_uml

2
expect_uml

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

Loading…
Cancel
Save