diff options
-rw-r--r-- | src/opkg.sh | 3 |
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 |