diff --git a/nix-bundle.sh b/nix-bundle.sh index dc4a931..dcc4b05 100755 --- a/nix-bundle.sh +++ b/nix-bundle.sh @@ -59,5 +59,5 @@ elif [ -t 1 ]; then echo "Nix bundle created at $filename." cp -f "$out" "$filename" else - cat "$out" + echo "$out" fi