The hush script is as follows,The for loop is missing the done keyword for i in `seq 1 10` do echo $i When executing this script using busybox hush ./test.sh,segment fault occurs.
Created attachment 9703 [details] segment fault picture