1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

commit miss.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2001-09-01 03:34:04 +00:00
parent d1ad995dfd
commit 69866a4b97

2
ruby.c
View file

@ -882,7 +882,7 @@ set_arg0(val, id)
{
char *s;
int i;
static int len;
int len = origarglen;
if (origargv == 0) rb_raise(rb_eRuntimeError, "$0 not initialized");
StringValue(val);