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 | 10b433d7e177532b51cfc2df3dbb943b6e5d3186 (patch) | |
tree | a0716ccef88b34f52debed82f1dcf3abdec2f195 /profiles/default-linux | |
parent | remove -fweb (diff) | |
download | gentoo-2-10b433d7e177532b51cfc2df3dbb943b6e5d3186.tar.gz gentoo-2-10b433d7e177532b51cfc2df3dbb943b6e5d3186.tar.bz2 gentoo-2-10b433d7e177532b51cfc2df3dbb943b6e5d3186.zip |
pause for 5 seconds so the users can read the warning
Diffstat (limited to 'profiles/default-linux')
-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 |