1*ccd0a51fSJilles Tjoelker 2*ccd0a51fSJilles Tjoelkerr=`cd /bin && PATH=. command -V ls` 3*ccd0a51fSJilles Tjoelkercase $r in 4*ccd0a51fSJilles Tjoelker*/bin/ls*|*/bin/./ls*) ;; 5*ccd0a51fSJilles Tjoelker*) 6*ccd0a51fSJilles Tjoelker echo "Unexpected result: $r" 7*ccd0a51fSJilles Tjoelker exit 1 8*ccd0a51fSJilles Tjoelkeresac 9