aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-02-14 00:16:09 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-02-14 00:16:09 +0100
commit68a904c302039b393858d7fd06dd1a11895e2747 (patch)
treeb32e08a46ea9fae15d710c47787fcca04205bab3 /scripts
parent72eef868ee9162f53e41b100ac0ade3764a069f5 (diff)
downloadimagefish-68a904c302039b393858d7fd06dd1a11895e2747.tar.gz
configure images
Diffstat (limited to 'scripts')
-rw-r--r--scripts/config-kraxel-repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config-kraxel-repo.sh b/scripts/config-kraxel-repo.sh
index c838a90..4731344 100644
--- a/scripts/config-kraxel-repo.sh
+++ b/scripts/config-kraxel-repo.sh
@@ -7,7 +7,7 @@ if test "$image" = ""; then
fi
if test "$arch" = ""; then
arch="$(uname -m)"
- echo "# no arch given, using native ($arch)"
+ echo "# ${0##*/}: no arch given, using native ($arch)"
fi
WORK="${TMPDIR-/tmp}/${0##*/}-$$"