summaryrefslogtreecommitdiff
path: root/functions/echo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/echo.sh')
-rwxr-xr-xfunctions/echo.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/functions/echo.sh b/functions/echo.sh
index 48cf3cf8e..a46f036a6 100755
--- a/functions/echo.sh
+++ b/functions/echo.sh
@@ -88,17 +88,3 @@ Echo_file ()
echo "${1}: ${LINE}" >&3
done < "${1}"
}
-
-Echo_breakage ()
-{
- case "${LB_PARENT_DISTRIBUTION_BINARY}" 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."
- ;;
- *)
- Echo_message "If the following stage fails, the most likely cause of the problem is with your mirror configuration or a caching proxy."
- ;;
- esac
-
- Echo_message "${@}"
-}