Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

There's a bug in the detection script. The line:

if [ "$path" == "" ]

should be

if [ "$path" = "" ]



Bash accepts both variants of the equality operator. So it is not a bug.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: