* Pratik Prajapati <[email protected]> [26.06.2015 08:44]: > 305: shift > 306: index=0307: for arg; 308: do > 309: x[$index]=$arg310: ((index++)) 311: done > > but i got error: syntax error: unexpected "(" (expecting "}")
google for 'POSIX shell array' or use 'bash' bye, bastian _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
