summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-03-02 15:04:38 +0000
committerSimon Stelling <blubb@gentoo.org>2006-03-02 15:04:38 +0000
commit25998b15bb4f55447a9710bf763ad1e99ac4694c (patch)
tree39a50ee0dff0d1e09862ee6dc41c095aebca54bf /profiles
parentStable on ppc; bug #122079. (diff)
downloadgentoo-2-25998b15bb4f55447a9710bf763ad1e99ac4694c.tar.gz
gentoo-2-25998b15bb4f55447a9710bf763ad1e99ac4694c.tar.bz2
gentoo-2-25998b15bb4f55447a9710bf763ad1e99ac4694c.zip
make the profile fail if IWANTTOTRASHMYSYSTEM isn't set
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/amd64/2006.0/32bit-userland/profile.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/default-linux/amd64/2006.0/32bit-userland/profile.bashrc b/profiles/default-linux/amd64/2006.0/32bit-userland/profile.bashrc
index ec838be203df..1c52e6c5af3f 100644
--- a/profiles/default-linux/amd64/2006.0/32bit-userland/profile.bashrc
+++ b/profiles/default-linux/amd64/2006.0/32bit-userland/profile.bashrc
@@ -1,9 +1,10 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/32bit-userland/profile.bashrc,v 1.1 2006/03/01 20:40:54 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.0/32bit-userland/profile.bashrc,v 1.2 2006/03/02 15:04:38 blubb Exp $
if [ -z "${IWANTTOTRASHMYSYSTEM}" ]; then
eerror "The 2006.0/32bit-userland profile is currently broken and only"
eerror "for development purposes in the tree. An announcement will be sent"
eerror "out to gentoo-amd64@lists.gentoo.org as soon as it is save for more testing."
+ exit 1
fi