variable assignment / command substitution

2008-01-15 Thread Ryan Raasch
Hello, I am using busybox v1.9.0, and I am trying to parse the /proc/cmdline, but the command substitutions/variable assignments do not seem to work cat /proc/cmdline | grep nfsroot within a shell script (using ash), the above works, but when i do the following NFSROOT=`cat

Re: variable assignment / command substitution

2008-01-16 Thread Ryan Raasch
I did not use in my static compile link switches. So maybe that is the problem. Any ideas? On 15/01/2008, Ryan Raasch [EMAIL PROTECTED] wrote: Hello, I am using busybox v1.9.0, and I am trying to parse the /proc/cmdline, but the command substitutions/variable assignments do not seem to work