summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-03-01 08:53:09 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-03-01 08:53:09 +0100
commitc0667cc44dd00ca90082b0379e41461086188871 (patch)
tree4d98c7ef6ecf4c06945493e0be8a5993cf57dd63 /profiles
parentcc3a5cf963fdaaea5b559935bab0cc0efd2043e6 (diff)
parent65f2936f7dc7020bbf0c871b618c44a9dfe6d93b (diff)
downloadgentoo-c0667cc44dd00ca90082b0379e41461086188871.tar.gz
gentoo-c0667cc44dd00ca90082b0379e41461086188871.tar.xz
Merge remote-tracking branch 'remotes/github/pr/943'
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/bsd/fbsd/profile.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default/bsd/fbsd/profile.bashrc b/profiles/default/bsd/fbsd/profile.bashrc
index 6ddf594230b..e3a92b63cdb 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