NataliaMedeiros / minishell

0 stars 0 forks source link

echo "'$HOME" #28

Closed NataliaMedeiros closed 4 weeks ago

NataliaMedeiros commented 1 month ago

echo "'$HOME" This should return: 'home/user_name But on our code is returning $HOME

The problem is inside the handles dollar sing function, because on that function I only do the handle dollar sign if no single quote is founded before the dollar sign.