Merge pull request #11256 from rick68/patch-2

Update builder.sh
This commit is contained in:
lethalman
2015-11-25 10:19:54 +01:00

View File

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