diff options
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 051da33c98d6..a39087c44d8c 100755 --- a/sys-devel/crossdev/files/crossdev +++ b/sys-devel/crossdev/files/crossdev @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2005 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.22 2005/05/28 08:28:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.23 2005/05/31 23:37:56 vapier Exp $ if [[ ${ROOT:-/} != "/" ]] ; then echo "Sorry, but crossdev does not support ROOT." @@ -322,7 +322,7 @@ doemerge() { && logfile=${logfile}-$1.log \ || logfile=${logfile}-$2.log - einfo "Logging output to ${logfile}" + einfo "Log: ${logfile}" ebegin "Emerging cross-${2:-$1}" if [[ ${UOPTS/-v} != ${UOPTS} ]] ; then emerge cross-${CTARGET}/$1 ${EOPTS} \ |