Siddharth Taneja wrote: > Hi, > > I would like to know what the default shell used by rcS is when BB is used > with the BB_INIT and BB_LINUXRC option. I have some lines of script like- > PLATFORM =`customscript -p` > if [ $PLATFORM = "myplat"] ; then Hello, I would try to add the space before the ] if [ $PLATFORM = "myplat" ]; then -- Martin