about summary refs log tree commit diff
path: root/pkgs/tools/text/diffutils/builder.sh
blob: 58dcc3d8ad0e0871c6e073104a52a7daa27527ac (plain) (blame)
1
2
3
. $stdenv/setup
if test -n "$coreutils"; then PATH=$coreutils/bin:$PATH; fi
genericBuild