> } > > [ "yes" || "" ] && echo hello > > [[ "yes" && "yes" ]] && echo hello > this exposes an other problem anyway. in ash [ is used just like [[ therefore the [[ specific tests fail. Someone will need the extent test. re, wh