Skip to content

Commit

Permalink
pkgadd: indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Mar 26, 2020
1 parent cddf99a commit 523387e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/pkgadd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ _pkgadd ()
tmplist+=( ${tmplist[@]:-} "$filedir" )
fi
done
pkginst_list="${pkginst_list[@]}"
pkginst_list="${tmplist[@]}"
else
pkginst_list=$(strings $(dequote $device) | \
command grep "^PKG=" | sort -u | cut -d= -f2)
Expand Down

0 comments on commit 523387e

Please sign in to comment.