profiles/default/bsd/fbsd/profile.bashrc: fix typo.
authorYuta Satoh <nigoro.dev@gmail.com>
Mon, 29 Feb 2016 14:04:43 +0000 (23:04 +0900)
committerYuta Satoh <nigoro.dev@gmail.com>
Mon, 29 Feb 2016 14:04:43 +0000 (23:04 +0900)
profiles/default/bsd/fbsd/profile.bashrc

index 6ddf594230b3d6a53dcbec9d2695ca16b523536a..e3a92b63cdbd0ccd216d10b7ff6ec6c700b9de06 100644 (file)
@@ -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