From: Michael Prokop Date: Wed, 30 Nov 2011 08:32:58 +0000 (+0100) Subject: Quote GRML_FAI_CONFIG in warning message since its unset X-Git-Tag: v0.17.0~28 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=27a16607b684dde18edd5727b44e4dc0ca02d79a;hp=c73eca08cee5e5725fadd317b65da4cc6e294282 Quote GRML_FAI_CONFIG in warning message since its unset --- diff --git a/grml-live b/grml-live index 88d796f..828acfa 100755 --- a/grml-live +++ b/grml-live @@ -293,7 +293,7 @@ fi if [ -n "${GRML_LIVE_SOURCES:-}" ] ; then eerror "Config variable \$GRML_LIVE_SOURCES is set. This variable has been deprecated." - ewarn "Please set up ${GRML_FAI_CONFIG}/config/files/etc/apt/sources.list.d/* instead." + ewarn "Please set up \${GRML_FAI_CONFIG}/config/files/etc/apt/sources.list.d/* instead." bailout 1 fi # }}}