minishell
minishell copied to clipboard
Not working for command consisting of string and environment variables
Example
- Create variable l
- Go to minishell
- Try to execute ls
export L=l
./minishell
$L's'
In bash execute fine
export L=l
$L's'