diff options
author | unammx <unammx> | 2001-01-22 23:40:11 +0000 |
---|---|---|
committer | unammx <unammx> | 2001-01-22 23:40:11 +0000 |
commit | 05db7e447407c10f581f60e0612166061677c8ba (patch) | |
tree | d12eb6f725f4af84825f6297e6eb5b887171eeb6 /hardware-conf.in | |
parent | 2160437769442379f7ab363e93fb933b353212ef (diff) |
More lil errors. Mostly fixed.
Diffstat (limited to 'hardware-conf.in')
-rwxr-xr-x | hardware-conf.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hardware-conf.in b/hardware-conf.in index 51f54cd..04fed7e 100755 --- a/hardware-conf.in +++ b/hardware-conf.in @@ -820,9 +820,9 @@ sub filter while (@ARGV) { - if ($ARGV[0] eq "--&get" || $ARGV[0] eq "-g") { &be_set_operation("get"); } - elsif ($ARGV[0] eq "--&set" || $ARGV[0] eq "-s") { &be_set_operation("set"); } - elsif ($ARGV[0] eq "--&filter" || $ARGV[0] eq "-f") { &be_set_operation("filter"); } + if ($ARGV[0] eq "--get" || $ARGV[0] eq "-g") { &be_set_operation("get"); } + elsif ($ARGV[0] eq "--set" || $ARGV[0] eq "-s") { &be_set_operation("set"); } + elsif ($ARGV[0] eq "--filter" || $ARGV[0] eq "-f") { &be_set_operation("filter"); } elsif ($ARGV[0] eq "--help" || $ARGV[0] eq "-h") { print STDERR $Usage; exit(0); } elsif ($ARGV[0] eq "--prefix" || $ARGV[0] eq "-p") { |