We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2f869 commit 998be66Copy full SHA for 998be66
1 file changed
build.sh
@@ -126,9 +126,9 @@ _usage () {
126
done
127
128
echo " Channel:"
129
- for _dirname in $(bash "${tools_dir}/channel.sh" --version "${alteriso_version}" -d -b -n show); do
130
- echo -ne " ${_dirname%.add}$(echo_blank "$(( "${blank}" - 3 - "$(echo "${_dirname%.add}" | wc -m)" ))")"
131
- "${tools_dir}/channel.sh" --version "${alteriso_version}" --nocheck desc "${_dirname%.add}"
+ for _dirname in $(bash "${tools_dir}/channel.sh" --version "${alteriso_version}" -d -b -n --line show | sed "s|.add$||g"); do
+ echo -ne " ${_dirname}$(echo_blank "$(( "${blank}" - 4 - "${#_dirname}" ))")"
+ "${tools_dir}/channel.sh" --version "${alteriso_version}" --nocheck desc "${_dirname}"
132
133
134
echo
0 commit comments