From 7af36be7c4c622d88d3b08510eff578c7bc5b23d Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Sun, 12 Mar 2006 00:04:01 +0000 Subject: [PATCH] pause for 5 seconds so the users can read the warning --- profiles/default-linux/amd64/profile.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/default-linux/amd64/profile.bashrc b/profiles/default-linux/amd64/profile.bashrc index a0285dd62415..4aae72b269c7 100644 --- a/profiles/default-linux/amd64/profile.bashrc +++ b/profiles/default-linux/amd64/profile.bashrc @@ -60,6 +60,7 @@ if [[ ${EBUILD_PHASE} == "setup" ]]; then ewarn "" ewarn "Before you file a bug please remove these flags and " ewarn "re-compile the package in question as well as all its dependencies" + sleep 5 fi fi unset trigger broken_flag -- 2.26.2