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