Update builder.sh

fix a incorrect name of environment variable
This commit is contained in:
Wei-Ming Yang 2015-11-25 17:14:03 +08:00
parent 1cdacc6aa2
commit 3a205134fb

View file

@ -1,6 +1,6 @@
source $stdenv/setup
echo "copying $url into $out..."
echo "copying $pathname into $out..."
cp "$pathname" "$out" || exit 1