Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/bsd/fbsd/
Date: Tue, 01 Mar 2016 07:53:51
Message-Id: 1456754683.65f2936f7dc7020bbf0c871b618c44a9dfe6d93b.aballier@gentoo
1 commit: 65f2936f7dc7020bbf0c871b618c44a9dfe6d93b
2 Author: Yuta Satoh <nigoro.dev <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 29 14:04:43 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 29 14:04:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f2936f
7
8 profiles/default/bsd/fbsd/profile.bashrc: fix typo.
9
10 profiles/default/bsd/fbsd/profile.bashrc | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/profiles/default/bsd/fbsd/profile.bashrc b/profiles/default/bsd/fbsd/profile.bashrc
14 index 6ddf594..e3a92b6 100644
15 --- a/profiles/default/bsd/fbsd/profile.bashrc
16 +++ b/profiles/default/bsd/fbsd/profile.bashrc
17 @@ -3,9 +3,9 @@
18 # $Id$
19
20 type -P gmake > /dev/null && alias make=gmake
21 -type -P gpath > /dev/null && alias patch=gpatch
22 +type -P gpatch > /dev/null && alias patch=gpatch
23 type -P gsed > /dev/null && alias sed=gsed
24 -type -P gaws > /dev/null && alias awk=gawk
25 +type -P gawk > /dev/null && alias awk=gawk
26 type -P gfind > /dev/null && alias find=gfind
27 type -P gxargs > /dev/null && alias xargs=gxargs