diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-14 00:16:09 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-14 00:16:09 +0100 |
commit | 68a904c302039b393858d7fd06dd1a11895e2747 (patch) | |
tree | b32e08a46ea9fae15d710c47787fcca04205bab3 /scripts | |
parent | 72eef868ee9162f53e41b100ac0ade3764a069f5 (diff) | |
download | imagefish-68a904c302039b393858d7fd06dd1a11895e2747.tar.gz |
configure images
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config-kraxel-repo.sh | 2 |
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##*/}-$$" |