diff options
author | P. J. McDermott <pjm@nac.net> | 2013-08-14 12:44:31 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-08-14 12:44:31 (EDT) |
commit | 240f27c9de2749e2b4912555bef84122eded9452 (patch) | |
tree | 07e67631d893f74867d43efe8b573cdf959b6bf7 | |
parent | 436213e4efaabf22cab44030e7ad2b029e60bd55 (diff) |
remove_source_from_suite(): Reverse arch and plat.
-rw-r--r-- | lib/remove.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/remove.sh b/lib/remove.sh index deda7fa..c2e27e4 100644 --- a/lib/remove.sh +++ b/lib/remove.sh @@ -24,8 +24,8 @@ remove_source_from_suite() local chan="${1}" local dist="${2}" local source="${3}" - local plat= local arch= + local plat= while read -r arch plat; do remove_packages_from_suite_archplat \ |