Closed Reptudn closed 7 months ago
git fetch origin git checkout 85-big-chungus-fixes
regarding this "problem" i dont think there is any problem. the reason for that is following: bash: echo "hi how"are you"
(basically acts like heredoc then so not wrong) it actually behaves the same in our shell. so no problemo
No there is an issue. You just got it wrong.
in bash:
in minishell:
there is also an issue that i will fix that is when we get echo '"$USER"'
and the split works correctly we get this in the end echo "$USER"
that doesnt count as a variable cuz its directly surrounded by quotes