Add echo to nix-bundle.sh

This commit is contained in:
Matthew Bauer 2017-02-06 18:32:15 -06:00
parent 6e619e2bb7
commit baa4562ae8

View File

@ -30,5 +30,6 @@ if [ -z "$out" ]; then
echo "$0 failed. Exiting."
exit 1
else
echo "Nix bundle created at $target."
cp -f $out $target
fi