Skip to content

REPL shell mode calls the shell with incorrectly escaped arguments #10120

@vtjnash

Description

@vtjnash
shell> ./julia -E "println(ARGS)"
bash: syntax error near unexpected token `('

shell> ./julia -E \"println(ARGS)\"
"println(ARGS)"

shell> ./julia -E println\(ARGS\)
bash: syntax error near unexpected token `('

Metadata

Metadata

Labels

REPLJulia's REPL (Read Eval Print Loop)bugIndicates an unexpected problem or unintended behaviorregressionRegression in behavior compared to a previous versionsystem:linuxAffects only Linux

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions