diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-03 17:44:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-03 17:44:07 +0000 |
commit | ac22ede95a6fc053f1b62bca1ad9e46a4581270b (patch) | |
tree | 8c93bffbcb127cb4a651c592730e386cbfd7bf44 /sys-devel/crossdev | |
parent | v40 version bump, v37 stable, cleanup. (diff) | |
download | gentoo-2-ac22ede95a6fc053f1b62bca1ad9e46a4581270b.tar.gz gentoo-2-ac22ede95a6fc053f1b62bca1ad9e46a4581270b.tar.bz2 gentoo-2-ac22ede95a6fc053f1b62bca1ad9e46a4581270b.zip |
use a more standard char in banner
(Portage version: 2.0.51.19)
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 892ed2fa42f9..430107e3e0fe 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.16 2005/03/31 00:06:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.17 2005/04/03 17:44:07 vapier Exp $ if [[ ${ROOT:-/} != "/" ]] ; then echo "Sorry, but crossdev does not support ROOT." @@ -147,7 +147,7 @@ hr() { && c=50 \ || c=${c##* } fi - local ext=${1:- _ - · -} br="" + local ext=${1:- _ - ~ -} br="" while [[ ${#br} -lt ${c} ]] ; do br=${br}${ext} done |