From: Simon Stelling Date: Sun, 12 Mar 2006 00:04:01 +0000 (+0000) Subject: pause for 5 seconds so the users can read the warning X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7af36be7c4c622d88d3b08510eff578c7bc5b23d;p=gentoo.git pause for 5 seconds so the users can read the warning --- 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