Project

General

Profile

Actions

Bug #4396

closed

windows commands starting with "@" should run at all even though command string is quoted by `"'.

Added by kosaki (Motohiro KOSAKI) about 13 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
Target version:
ruby -v:
ruby 1.9.3dev (2011-02-09 trunk 30831) [i386-mswin32_100]
Backport:
[ruby-core:35227]

Description

=begin
This issue

C test program.

main()
{
system(""@echo foo"");
}

=> foo

Ruby test program.

ruby -e 'p system(""@echo foo"")'

=> nil
=end


Related issues 1 (0 open1 closed)

Related to Ruby master - Bug #4393: windows commands starting with "@" should run at allClosed02/13/2011Actions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0