diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-03-12 00:04:01 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-03-12 00:04:01 +0000 |
commit | 7af36be7c4c622d88d3b08510eff578c7bc5b23d (patch) | |
tree | 4185b3e9ae2d21d741f781af98b790663ed263e4 /profiles | |
parent | remove -fweb (diff) | |
download | historical-7af36be7c4c622d88d3b08510eff578c7bc5b23d.tar.gz historical-7af36be7c4c622d88d3b08510eff578c7bc5b23d.tar.bz2 historical-7af36be7c4c622d88d3b08510eff578c7bc5b23d.zip |
pause for 5 seconds so the users can read the warning
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/profile.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |