Ahah Well Busybox uses the ash shell, so it may be the problem. Easy to know : Try to run : Code: [[ -n 12 -a 12 -ne 42 ]] && echo 'OK' Is the OK displayed ?
[[ -n 12 -a 12 -ne 42 ]] && echo 'OK'