diff options
Diffstat (limited to 'functions/echo.sh')
-rwxr-xr-x | functions/echo.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/echo.sh b/functions/echo.sh index fa6b888a1..9daabd1a8 100755 --- a/functions/echo.sh +++ b/functions/echo.sh @@ -193,8 +193,8 @@ Echo_file () Echo_breakage () { - case "${LB_DISTRIBUTION}" in - sid|unstable) + case "${LB_PARENT_DISTRIBUTION}" in + sid) Echo_message "If the following stage fails, the most likely cause of the problem is with your mirror configuration, a caching proxy or the sid distribution." ;; *) |