diff options
Diffstat (limited to 'app-shells/tcsh/tcsh-6.18.01.ebuild')
-rw-r--r-- | app-shells/tcsh/tcsh-6.18.01.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-shells/tcsh/tcsh-6.18.01.ebuild b/app-shells/tcsh/tcsh-6.18.01.ebuild index 8e010a492dad..f08276c59b26 100644 --- a/app-shells/tcsh/tcsh-6.18.01.ebuild +++ b/app-shells/tcsh/tcsh-6.18.01.ebuild @@ -66,8 +66,7 @@ src_configure() { econf \ --prefix="${EPREFIX:-/}" \ --datarootdir='${prefix}/usr/share' \ - $(use_enable nls) \ - || die + $(use_enable nls) } src_install() { |