novotnyradekcz / 42-Minishell

0 stars 0 forks source link

Fix behaviour of $? #12

Closed novotnyradekcz closed 2 weeks ago

novotnyradekcz commented 2 weeks ago
novotnyradekcz commented 2 weeks ago

The exit code issue doesn't apply to just minishell, it happens to all codes.

novotnyradekcz commented 2 weeks ago

Haven't figured out why the multiplication is happening, just fixed it by dividing all codes by 256 before displaying.