fcard opened this issue 9 years ago · 0 comments
As seen in:
if -x $(command -v 'python') echo 'python exists'
which compiles to:
if [[ -x $(comm&& -v python) ]]; then echo 'python exists' fi
Also happens with or/||.
or
||