Skip to content

Commit 02f6353

Browse files
committed
build
1 parent 4fae2a3 commit 02f6353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usr/share/usability-misc/dist-installer-cli-standalone

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ pkg_installed() {
279279

280280
requested_action=$(printf '%s' "$dpkg_query_output" | awk '{print $1}')
281281
status=$(printf '%s' "$dpkg_query_output" | awk '{print $2}')
282+
# shellcheck disable=SC2034
282283
error_state=$(printf '%s' "$dpkg_query_output" | awk '{print $3}')
283284

284285
if [ "$requested_action" = 'install' ]; then

0 commit comments

Comments
 (0)