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:
parent
4fafee1555
commit
b08cf58c59
|
@ -38,6 +38,9 @@ rec {
|
||||||
|
|
||||||
alias make=gmake
|
alias make=gmake
|
||||||
alias grep=ggrep
|
alias grep=ggrep
|
||||||
|
alias mv=gmv
|
||||||
|
alias ln=gln
|
||||||
|
alias sed=gsed
|
||||||
export MAKE=gmake
|
export MAKE=gmake
|
||||||
shopt -s expand_aliases
|
shopt -s expand_aliases
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue