Loading seblu-commit +7 −12 Original line number Diff line number Diff line Loading @@ -105,8 +105,6 @@ shift $((OPTIND - 1)); (( $# >= 1 )) || usage # if packages are on command line add them, otherwise look in PKGBUILD if (( $# > 0 )); then for _pkg; do case "$_pkg" in *-i686$PKGEXT) to_32+=("$_pkg");; Loading @@ -114,9 +112,6 @@ if (( $# > 0 )); then *-any$PKGEXT) to_32+=("$_pkg"); to_64+=("$_pkg");; esac done else source_pkgbuild fi if (( ${#to_32[@]} + ${#to_64[@]} == 0 )); then echo 'No package to add' >&2 Loading Loading
seblu-commit +7 −12 Original line number Diff line number Diff line Loading @@ -105,8 +105,6 @@ shift $((OPTIND - 1)); (( $# >= 1 )) || usage # if packages are on command line add them, otherwise look in PKGBUILD if (( $# > 0 )); then for _pkg; do case "$_pkg" in *-i686$PKGEXT) to_32+=("$_pkg");; Loading @@ -114,9 +112,6 @@ if (( $# > 0 )); then *-any$PKGEXT) to_32+=("$_pkg"); to_64+=("$_pkg");; esac done else source_pkgbuild fi if (( ${#to_32[@]} + ${#to_64[@]} == 0 )); then echo 'No package to add' >&2 Loading