Added more aliases to GNU tools, since the BSD userspace is sometimes too poor (i.e. lacks certain options to commands) to deal with our scripts

svn path=/nixpkgs/trunk/; revision=17363
This commit is contained in:
Sander van der Burg 2009-09-23 13:54:45 +00:00
parent 4fafee1555
commit b08cf58c59

View file

@ -38,6 +38,9 @@ rec {
alias make=gmake
alias grep=ggrep
alias mv=gmv
alias ln=gln
alias sed=gsed
export MAKE=gmake
shopt -s expand_aliases