summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-25 21:04:12 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-25 21:04:12 (EDT)
commit7e72617269804cc8d536c88fb5e54e46f39f3d21 (patch)
tree14ac1cbb3bfffc21e90895786622f2a481d9ddb8
parent77ea72fb991837a9d85cec6ff8451067b32a6aad (diff)
src/opkg.sh: Shift func args and update copyright
-rw-r--r--src/opkg.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opkg.sh b/src/opkg.sh
index 2f10244..1b96112 100644
--- a/src/opkg.sh
+++ b/src/opkg.sh
@@ -1,6 +1,6 @@
# Functions for running the package manager
#
-# Copyright (C) 2014 Patrick "P. J." McDermott
+# Copyright (C) 2014 Patrick McDermott
#
# This file is part of the ProteanOS Development Kit.
#
@@ -21,6 +21,7 @@
opkg_install_all()
{
local root="${1}"
+ shift 1
local es=
session_begin "${root}" . : true