C#: fix arguments handling
authorMitsuru Kariya <kariya_mitsuru@hotmail.com>
Tue, 21 Jul 2015 18:01:46 +0000 (03:01 +0900)
committerMitsuru Kariya <kariya_mitsuru@hotmail.com>
Tue, 21 Jul 2015 18:37:53 +0000 (03:37 +0900)
commitdbbac62f710319f48e695e4cb895e14a2a879895
tree5d9e037558989f21615b29a3030c89b0fb92e126
parentabbd36483fe32ca137232d181f6582fccaef8c83
C#: fix arguments handling

The arguments handling was incorrect like below.

- step6 to step8
    *ARGV* was right but the filename of load-file was wrong.
- stepA
    The filename of load-file was right but *ARGV* includes the
    filename.
cs/step6_file.cs
cs/step7_quote.cs
cs/step8_macros.cs
cs/step9_try.cs
cs/stepA_mal.cs