diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-24 22:01:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-24 22:01:37 +0000 |
commit | 85e4f5231538daa3f4a4fabf13279a894b53288f (patch) | |
tree | dc80ea7c74a49dcc97e5914d80d3eba163e2e82c /sys-devel/crossdev | |
parent | Stable on sparc wrt security #130887 (diff) | |
download | gentoo-2-85e4f5231538daa3f4a4fabf13279a894b53288f.tar.gz gentoo-2-85e4f5231538daa3f4a4fabf13279a894b53288f.tar.bz2 gentoo-2-85e4f5231538daa3f4a4fabf13279a894b53288f.zip |
use --version instead of -v when checking binutils-config #131133 by Brett Johnson
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'sys-devel/crossdev')
-rwxr-xr-x | sys-devel/crossdev/files/crossdev | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev index ae1df0dc0d2d..606e8247fd79 100755 --- a/sys-devel/crossdev/files/crossdev +++ b/sys-devel/crossdev/files/crossdev @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.61 2006/04/24 04:39:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.62 2006/04/24 22:01:37 vapier Exp $ cd / @@ -357,7 +357,7 @@ done ##################### ### sanity checks ### -if ! binutils-config -v &> /dev/null ; then +if ! binutils-config --version &> /dev/null ; then eerror "Sorry, but your host system needs to have binutils-config" eerror "in order to keep from screwing things up." eerror "That means you must be running unstable versions of" |