summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-07-19 09:20:06 +0000
committerTorsten Veller <tove@gentoo.org>2008-07-19 09:20:06 +0000
commit0aacf3dba5d9d56827fcd77d2b30b5985ecea5d3 (patch)
tree8d2a2ac7e7ba2da9132027d613df9b7b2c74531a /eclass/gnat.eclass
parentremove old (diff)
downloadhistorical-0aacf3dba5d9d56827fcd77d2b30b5985ecea5d3.tar.gz
historical-0aacf3dba5d9d56827fcd77d2b30b5985ecea5d3.tar.bz2
historical-0aacf3dba5d9d56827fcd77d2b30b5985ecea5d3.zip
die || string -> die string
Diffstat (limited to 'eclass/gnat.eclass')
-rw-r--r--eclass/gnat.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass
index 7376535c5aff..de24695fcd5e 100644
--- a/eclass/gnat.eclass
+++ b/eclass/gnat.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.35 2008/04/12 07:42:47 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.36 2008/07/19 09:20:06 tove Exp $
#
# Author: George Shapovalov <george@gentoo.org>
# Belongs to: ada herd <ada@gentoo.org>
@@ -438,6 +438,6 @@ gnat_src_install() {
fi
done
else
- die || "please make sure you have at least one gnat compiler installed!"
+ die "please make sure you have at least one gnat compiler installed!"
fi
}