Skip to content

Commit

Permalink
Merge pull request #1500 from BegBlev/1498
Browse files Browse the repository at this point in the history
make Alpine template more POSIX shell friendly #1498
  • Loading branch information
stgraber committed Apr 7, 2017
2 parents 67c9752 + 7276799 commit 57f0c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/lxc-alpine.in
Expand Up @@ -263,8 +263,8 @@ install() {
}

install_packages() {
local arch="$1"; shift
local packages="$@"
local arch="$1"
local packages="$2"

$APK --arch="$arch" --root=. --keys-dir="$APK_KEYS_DIR" \
--update-cache --initdb add $packages
Expand Down

0 comments on commit 57f0c58

Please sign in to comment.