summaryrefslogtreecommitdiffstats
path: root/src/cmd/install.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-27 17:38:21 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-27 17:38:21 (EDT)
commitb89dc654b25fb8e64ae1a398df1614c27ba16c99 (patch)
tree3f8c6da975b302e1d2c4c6cd6713dd9482d48446 /src/cmd/install.sh
parenta437ef94594a649aef1409e4aaf08299856e795d (diff)
src/cmd/*.sh: Shift consistently
Diffstat (limited to 'src/cmd/install.sh')
-rw-r--r--src/cmd/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/install.sh b/src/cmd/install.sh
index b354f1b..69c5083 100644
--- a/src/cmd/install.sh
+++ b/src/cmd/install.sh
@@ -43,6 +43,7 @@ cmd_install_main()
# profile.
suite="${1}"
root="${2}"
+ shift 2
if [ "x${suite%%:*}" != "x${suite}" ]; then
profile="${suite%%:*}"