mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-05 05:10:50 +02:00
bugfix in terse output of sub-cmd avail
This commit is contained in:
@@ -882,7 +882,7 @@ subcommand_avail() {
|
||||
terse_output() {
|
||||
output_header "$1"
|
||||
local -i i=0
|
||||
for i in ${!mods[@]}; do
|
||||
for (( i=0; i<${#mods[@]}; i+=3 )); do
|
||||
local mod=${mods[i]}
|
||||
local rel_stage=${mods[i+1]}
|
||||
case ${rel_stage} in
|
||||
|
||||
Reference in New Issue
Block a user