diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-11 18:15:41 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-11 18:15:41 (EDT) |
commit | f79dea0f5e1b89488d73bfb0360e651b8d578e15 (patch) | |
tree | 682bacab015acd1175f57b7bcbc8b65e4cb02ba5 /src/remove.sh | |
parent | d19eb991c6cf206dba7a9ecc0732c4ab5e7b4f85 (diff) |
Consistently shift function arguments
Diffstat (limited to 'src/remove.sh')
-rw-r--r-- | src/remove.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/remove.sh b/src/remove.sh index 6669f16..a2d06a6 100644 --- a/src/remove.sh +++ b/src/remove.sh @@ -25,6 +25,7 @@ remove_source_from_suite() local chan="${1}" local dist="${2}" local source="${3}" + shift 3 local arch= local plat= @@ -50,6 +51,7 @@ remove_packages_from_suite_archplat() local arch="${3}" local plat="${4}" local source="${5}" + shift 5 local binver= local refs= local size= |