Skip to content

Commit

Permalink
add missing brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Sep 14, 2017
1 parent a6ba519 commit 0139db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/basefiles/mk-basefile
Expand Up @@ -177,7 +177,7 @@ debgeneric() {
check
if [ -n "$arch" ]; then
qemu-debootstrap --arch $arch --exclude=${!exc} --include=${INCLUDE_DEBIAN} $dist $xtmp $mirror
target="$target_${arch^^}"
target="${target}_${arch^^}"
else
if [[ $DIST =~ 64 ]]; then
arch=amd64
Expand Down

0 comments on commit 0139db8

Please sign in to comment.