commit | 59dde3853e07aaadc2b63abd16c954d5b0606cf1 | [log] [tgz] |
---|---|---|
author | Hui Zhu <hui.zhu@windriver.com> | Mon Feb 01 13:41:22 2010 +0800 |
committer | Michal Marek <mmarek@suse.cz> | Fri Feb 05 22:33:43 2010 +0100 |
tree | 100bca308ab56e77b632a45401b0a915982bd290 | |
parent | 52e13e219d5930fb8fb774050e6ecffa244a60a9 [diff] |
markup_oops.pl: minor fixes 1. Fix a little format issue. 2. Check the return of "Getopt::Long::GetOptions". Output usage and exit if it get error. 3. Change $ARGV[$#ARGV] to $ARGV[0]. 4. Change the code which get $modulefile from modinfo. Replace the pipeline with `modinfo -F filename $module`. 4. Change usage from "Specify the module directory name" to "Specify the module filename". Signed-off-by: Hui Zhu <teawater@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>