mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
made 'X to Y' sequences not include X twice
This commit is contained in:
parent
dfbd45142d
commit
048e654514
@ -619,7 +619,7 @@ EOHELP
|
||||
}
|
||||
}
|
||||
elsif($ARGV[0] =~ /^to$/i) {
|
||||
$fromnum = $number;
|
||||
$fromnum = $number+1;
|
||||
}
|
||||
} while(shift @ARGV);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user