diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 05:56:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 05:56:40 +0000 |
commit | 04001d87ecf843ba1e2a94c0d642fe924f17cd64 (patch) | |
tree | b31a4b5f3928fcd8cf6a6225235e41729c2bc14c /games-action/towbowl-tactics | |
parent | die backticks (Manifest recommit) (diff) | |
download | gentoo-2-04001d87ecf843ba1e2a94c0d642fe924f17cd64.tar.gz gentoo-2-04001d87ecf843ba1e2a94c0d642fe924f17cd64.tar.bz2 gentoo-2-04001d87ecf843ba1e2a94c0d642fe924f17cd64.zip |
die backticks
Diffstat (limited to 'games-action/towbowl-tactics')
-rw-r--r-- | games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild b/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild index 47abfa074573..5aa3a999104b 100644 --- a/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild +++ b/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.1 2004/03/09 18:42:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.2 2004/06/03 05:56:40 mr_bones_ Exp $ inherit eutils games @@ -43,7 +43,7 @@ src_unpack() { -e "s:TBTHOME \"/config.xml:\"${GAMES_SYSCONFDIR}/tbt/config.xml:g" \ global.h || die "sed global,h failed" - for f in `find ${S} -type f` + for f in $(find ${S} -type f) do edos2unix ${f} done |