diff options
author | Yuta Satoh <nigoro.dev@gmail.com> | 2016-02-29 23:04:43 +0900 |
---|---|---|
committer | Yuta Satoh <nigoro.dev@gmail.com> | 2016-02-29 23:04:43 +0900 |
commit | 65f2936f7dc7020bbf0c871b618c44a9dfe6d93b (patch) | |
tree | 14117936af71f254b31278806abef8c5cefc089b /profiles/default | |
parent | app-text/libetonyek: Remove old (diff) | |
download | gentoo-65f2936f7dc7020bbf0c871b618c44a9dfe6d93b.tar.gz gentoo-65f2936f7dc7020bbf0c871b618c44a9dfe6d93b.tar.bz2 gentoo-65f2936f7dc7020bbf0c871b618c44a9dfe6d93b.zip |
profiles/default/bsd/fbsd/profile.bashrc: fix typo.
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/bsd/fbsd/profile.bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default/bsd/fbsd/profile.bashrc b/profiles/default/bsd/fbsd/profile.bashrc index 6ddf594230b3..e3a92b63cdbd 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 |