From d7efbf7077efc5100b04c4edef9907ebb17d76ea Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 10 Nov 2009 00:01:28 +0000 Subject: * process.c (rb_f_exec): fixed rdoc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process.c') diff --git a/process.c b/process.c index 28b79b11c..081e927ba 100644 --- a/process.c +++ b/process.c @@ -1737,7 +1737,7 @@ rb_exec_arg_fixup(struct rb_exec_arg *e) * it is taken as a command line that is subject to shell expansion before being executed. * * The standard shell means always "/bin/sh" on Unix-like systems, - * ENV["RUBYSHELL"] or "cmd.exe" on Windows NT series, and + * ENV["RUBYSHELL"] or ENV["COMSPEC"] on Windows NT series, and * similar. * * If two or more +string+ given, -- cgit