Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
BarbaryCoast
2y ago
0 comments
Save
Share
There's a bug in the detection script. The line:
if [ "$path" == "" ]
should be
if [ "$path" = "" ]
0 comments
1 comments · 1 top-level
top
newest
oldest
dualbus
2y ago
Bash accepts both variants of the equality operator. So it is not a bug.
j
/
k
navigate · click thread line to collapse