localmodconfig: Rework find_config in streamline_config.pl
authorBill Pemberton <wfp5p@virginia.edu>
Thu, 9 Aug 2012 13:23:21 +0000 (09:23 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 16 Aug 2012 20:09:16 +0000 (16:09 -0400)
commit3f0c54131679889d64e8b1831bac40c0d64cf511
treec59112444732061b62261d4e97205f9efbc0be33
parent224a257190694f253f7a4c533fd6958d2e5fa669
localmodconfig: Rework find_config in streamline_config.pl

Change find_config function to read_config.  It now finds the config,
reads the config into an array, and returns the array.  This makes it
a little cleaner and changes the open to use perl's 3 option open.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
scripts/kconfig/streamline_config.pl