jzck / 42sh

:four::two: bash-like shell (school project)
7 stars 2 forks source link

parser should not be anal result #52

Closed wescande closed 7 years ago

wescande commented 7 years ago
➜  42sh git:(pda [ahead 2]) ✗ ls;ls
42sh            STDBUG          donovan_segaults_06-02  laurier.sh      objs            pdf         src         update_makefile.sh
Makefile        TESTSHELL       includes        libft           parser_init.c       sample          test_framework.sh
minishell: command not found: s
➜  42sh git:(pda [ahead 2]) ✗

wtf?, le caratere apres le ; est zappé ...

Gwojda commented 7 years ago

Dans le meme style ➜ 42sh git:(pda) ✗ (ls;)

(il se met en attente de lecture jusqu'a ce que je lui remette un ';') par contre, un (ls; ) fonctionne

Gwojda commented 7 years ago

(et sur master on crash^^)