diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-27 23:29:19 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-27 23:29:19 +0200 |
commit | a16be4ab5e706f07997de6c03d4edd35537368c4 (patch) | |
tree | c2b8e31afc74291f50ce7b2ae8715e52326e01cc /functions/echo.sh | |
parent | 825f24f97dd85f1b80a9050126a22fc866583364 (diff) | |
download | vyos-live-build-a16be4ab5e706f07997de6c03d4edd35537368c4.tar.gz vyos-live-build-a16be4ab5e706f07997de6c03d4edd35537368c4.zip |
Updating all distribution specific selectors in defaults to be as future proof as possible.
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." ;; *) |