I have written a script to read a parameter from cmdline.
Ex. TARGET=X86.
Here My question is, can somebody give space after/before "="?
because in my test application i am searching the entire string "TARGET=X86". Is there any rule for writing cmdline?
Asked
Active
Viewed 198 times
1

Akaash
- 61
- 1
- 8
-
"TARGET" is not a standard option. However it is defined is how it is defined. – Ignacio Vazquez-Abrams Jul 18 '17 at 04:53
-
2No spaces: http://man7.org/linux/man-pages/man7/bootparam.7.html – hek2mgl Jul 18 '17 at 04:59
-
1@hek2mgl, Thanks – Akaash Jul 18 '17 at 05:27