From 581865ee0c8b8aea872f053d804a41fb5f416b17 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 20 Jun 2023 23:01:09 +0200 Subject: Various shellcheck fixes (www.shellcheck.net) --- open-stdin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-stdin') diff --git a/open-stdin b/open-stdin index 5c0ee1e..bad99cb 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