commit | 224a257190694f253f7a4c533fd6958d2e5fa669 | [log] [tgz] |
---|---|---|
author | Bill Pemberton <wfp5p@virginia.edu> | Thu Aug 09 09:23:20 2012 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Aug 16 16:08:37 2012 -0400 |
tree | da6eca0561cb485370ee5464917cb5418919bbaf | |
parent | 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee [diff] |
localmodconfig: Set default value for ksource in streamline_config.pl Running streamline_config.pl as it's shown it in the comment header, you will get a warning about $ksource being uninitialized. This is because $ksource is set to ARGV[0], but the examples don't require any arguments. Fix by setting ksource to . if no ARGV[0] is given. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>