From 3073db4923074e88b3125e81631eac39fbd53e2c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 22 Jun 2023 21:30:09 +0200 Subject: Reverted changes with excessive quotes --- open-stdin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-stdin') diff --git a/open-stdin b/open-stdin index bad99cb..5c0ee1e 100755 --- a/open-stdin +++ b/open-stdin @@ -9,4 +9,4 @@ folder=${TMPDIR:-/tmp} tempfile=$(mktemp -p "$folder") -cat > "$tempfile" && open-file "$@" "$tempfile" +cat > "$tempfile" && open-file $@ "$tempfile" -- cgit v1.3