Skip to content

Commit

Permalink
fix based on linting recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
laidbackware committed Apr 30, 2021
1 parent f046931 commit cbbe20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/command-list-all.bash
Expand Up @@ -37,7 +37,7 @@ function split_outputs() {
IFS=$'\n' read -r -d '' "${1}";
IFS=$'\n' read -r -d '' "${2}";
(IFS=$'\n' read -r -d '' _ERRNO_; return ${_ERRNO_});
} < <((printf '\0%s\0%d\0' "$(((({ ${3}; printf "${?}\n" 1>&3-; } | tr -d '\0' 1>&4-) 4>&2- 2>&1- | tr -d '\0' 1>&4-) 3>&1- | exit "$(cat)") 4>&1-)" "${?}" 1>&2) 2>&1)
} < <((printf '\0%s\0%d\0' "$( ( ( ( { ${3}; printf "%s\n" ${?} 1>&3-; } | tr -d '\0' 1>&4-) 4>&2- 2>&1- | tr -d '\0' 1>&4-) 3>&1- | exit "$(cat)") 4>&1-)" "${?}" 1>&2) 2>&1)
}

list_all_command "$@"

0 comments on commit cbbe20b

Please sign in to comment.