Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
dpkg/pack: braces
Browse files Browse the repository at this point in the history
  • Loading branch information
Artoria2e5 committed Apr 4, 2016
1 parent 53756a5 commit 626d565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pm/dpkg/pack
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dpkgctrl(){

instSIZE=$(du -s "$PKGDIR" | cut -f 1)
# Auto-select xz level, += preserves the possiblility of extra things
if [[ " ${DPKGDEBCOMP[*]" == *' '-z* ]]; then
if [[ " ${DPKGDEBCOMP[*]}" == *' '-z* ]]; then
: nop
elif ((instSIZE < 8380000)); then
DPKGDEBCOMP+=("-z6")
Expand Down

0 comments on commit 626d565

Please sign in to comment.