I\'m writing a script for BusyBox ash, and need to determine if a subdirectory exists so my script can display an error message.
Normally if test -d sub/directo
if test -d sub/directo