1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2000-12-13 03:48:30 +00:00
parent 3a7020854d
commit 5504b5c876
2 changed files with 5 additions and 1 deletions

2
ruby.c
View file

@ -576,7 +576,7 @@ proc_options(argc, argv)
goto reswitch;
case '-':
if (!s[1]) {
if (!s[1] || s[1] == '\r' && !s[2]) {
argc--,argv++;
goto switch_end;
}