mirror of
https://github.com/lubuntu-team/ppa-britney.git
synced 2025-03-10 06:41:07 +00:00
Correct syntax error.
This commit is contained in:
parent
74e9399ee1
commit
c0dc52c451
@ -18,7 +18,7 @@ for RELEASE in $RELEASES; do
|
||||
|
||||
while read -r -a package; do
|
||||
# This only acts on sources; binaries require manual cleanup
|
||||
if [ ${#package[@]} = 2 ];
|
||||
if [ ${#package[@]} = 2 ]; then
|
||||
if [ $ARCHIVE_TYPE = "ppa" ]; then
|
||||
COPY="./ubuntu-archive-tools/copy-package"
|
||||
REMOVE="./ubuntu-archive-tools/remove-package"
|
||||
|
Loading…
x
Reference in New Issue
Block a user