multitudes / 42-minishell

This project is about creating a simple shell
MIT License
0 stars 0 forks source link

FIX / CHECK [scanner, expansion, builtins] how should epansion of strings containing : be handled #178

Closed ProjektPhoenix closed 3 months ago

ProjektPhoenix commented 4 months ago

export VAR=$HOME:~ echo $HOME:~ echo ~ echo : ~

multitudes commented 3 months ago

works!