mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
- Make fixpaths work with perl4, patch from Andre Lucas
<andre.lucas@dial.pipex.com>
This commit is contained in:
parent
8bb73be04e
commit
3ef692aa05
@ -1,3 +1,7 @@
|
|||||||
|
20000420
|
||||||
|
- Make fixpaths work with perl4, patch from Andre Lucas
|
||||||
|
<andre.lucas@dial.pipex.com>
|
||||||
|
|
||||||
20000419
|
20000419
|
||||||
- OpenBSD CVS updates
|
- OpenBSD CVS updates
|
||||||
[channels.c]
|
[channels.c]
|
||||||
|
3
fixpaths
3
fixpaths
@ -22,7 +22,8 @@ while ($_=$ARGV[0], /^-/) {
|
|||||||
die ("$usage$0: error in command line arguments.\n");
|
die ("$usage$0: error in command line arguments.\n");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
die ("$usage$0: unknown option '-".$ARGV[0][1]."'\n");
|
@cmd = split(//, $ARGV[0]); $opt = $cmd[1];
|
||||||
|
die ("$usage$0: unknown option '-$opt'\n");
|
||||||
}
|
}
|
||||||
} # while parsing arguments
|
} # while parsing arguments
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user