jzck / 42sh

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

segv sur hash #221

Closed wescande closed 7 years ago

wescande commented 7 years ago

On segv si on déplace un binaire puis qu'on fait hash

Gwojda commented 7 years ago

Normalement c'est bon, si tu peux confirmer.... :)

wescande commented 7 years ago

Non c'est pas bon :/

>>>setenv PATH .:$PATH
>>>21sh
(tu quitte le shell que tu viens de lancer)
>>>hash
21sh=./21sh (normalement ça s'affiche comme ça)
>>>mv 21sh .. (ou tu le RM)
./21sh: command not found (ça c'est ok)
>>>hash
SEGV
wescande commented 7 years ago

ok sur master c'est good