tonnytg / 42_minishell

This project has objective to build a prompt with shell commands
Apache License 2.0
2 stars 2 forks source link

av1: double quote with command inside #227

Closed tonnytg closed 1 year ago

tonnytg commented 1 year ago

Compare with bash

what expected: "ls -l --color"

what happend: removed doubel quote and command running

tonnytg commented 1 year ago

Screenshot 2023-08-20 at 21 59 33

tonnytg commented 1 year ago

Screenshot 2023-08-20 at 21 59 46

tonnytg commented 1 year ago

solved in PR #237 https://github.com/tonnytg/42_minishell/pull/237