coolstar / Odyssey-bootstrap

Chimera bootstrap
107 stars 40 forks source link

Fix POSIX compliance #25

Closed 0xallie closed 3 years ago

raspberryenvoie commented 3 years ago

You should change the variable name to something other than _ because it's used by the shell:

echo 'Hello word'
echo $_

Here echo $_ outputs Hello word. You could use null instead of _.

0xallie commented 3 years ago

Meh, I just changed it to REPLY, though it's not used.