From: Michael Prokop Date: Fri, 21 May 2021 14:28:49 +0000 (+0200) Subject: Bail out if architecture isn't set nor can be identified automatically X-Git-Tag: v0.97~3 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=360e057dcc7b4275db1f5ad6ce66c4aa02a3d2d4;hp=360e057dcc7b4275db1f5ad6ce66c4aa02a3d2d4;p=grml-debootstrap.git Bail out if architecture isn't set nor can be identified automatically If `dpkg --print-architecture` isn't available for detecting the current architecture (e.g. on non-Debian), and neither $ARCH is set nor `--arch ...` was specified, abort and inform user about it. Closes: grml/grml-debootstrap#173 ---