commit:     65f2936f7dc7020bbf0c871b618c44a9dfe6d93b
Author:     Yuta Satoh <nigoro.dev <AT> gmail <DOT> com>
AuthorDate: Mon Feb 29 14:04:43 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 29 14:04:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f2936f

profiles/default/bsd/fbsd/profile.bashrc: fix typo.

 profiles/default/bsd/fbsd/profile.bashrc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/default/bsd/fbsd/profile.bashrc 
b/profiles/default/bsd/fbsd/profile.bashrc
index 6ddf594..e3a92b6 100644
--- a/profiles/default/bsd/fbsd/profile.bashrc
+++ b/profiles/default/bsd/fbsd/profile.bashrc
@@ -3,9 +3,9 @@
 # $Id$
 
 type -P gmake  > /dev/null && alias make=gmake
-type -P gpath  > /dev/null && alias patch=gpatch
+type -P gpatch > /dev/null && alias patch=gpatch
 type -P gsed   > /dev/null && alias sed=gsed
-type -P gaws   > /dev/null && alias awk=gawk
+type -P gawk   > /dev/null && alias awk=gawk
 type -P gfind  > /dev/null && alias find=gfind
 type -P gxargs > /dev/null && alias xargs=gxargs
 

Reply via email to