mk_mmc.sh: when distro isnt defined

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 10 years ago
parent c73d31f91d
commit d19de965a8

@ -46,6 +46,7 @@ GIT_VERSION=$(git rev-parse --short HEAD)
DIST=wheezy
ARCH=armhf
DISTARCH="${DIST}-${ARCH}"
deb_distribution="debian"
DIR="$PWD"
TEMPDIR=$(mktemp -d)

Loading…
Cancel
Save