From ac40e91c48fd25b2a848d2434bf91b6b0f53a9c8 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 24 May 2006 19:26:13 +0000 Subject: [PATCH] 2006-05-24 19:26:13 by steve Show unknown dist in the error message. --- etc/hook.d/20-setup-apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/hook.d/20-setup-apt b/etc/hook.d/20-setup-apt index c75fee3..f1825f1 100755 --- a/etc/hook.d/20-setup-apt +++ b/etc/hook.d/20-setup-apt @@ -82,7 +82,7 @@ case "${dist}" in setupCentOS4 ;; *) - echo "Unknown distribution. Fixme"; + echo "Unknown distribution '${dist}'. Fixme"; exit; ;; esac