Merge pull request #71 from zimbatm/echo-out

nix-bundle: print the output path instead
This commit is contained in:
Matthew Bauer 2020-12-02 17:04:16 -06:00 committed by GitHub
commit 27f20492c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,5 +59,5 @@ elif [ -t 1 ]; then
echo "Nix bundle created at $filename."
cp -f "$out" "$filename"
else
cat "$out"
echo "$out"
fi