From 5353e22022029dcfdcb7dd25cc3a98fb9f22a83d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 3 Jun 2021 12:10:19 +0200 Subject: bin/ups: use 'stdin' as the name when reading from stdin, rather than '-' --- bin/ups | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/ups b/bin/ups index 7011747..eac54f9 100755 --- a/bin/ups +++ b/bin/ups @@ -24,7 +24,7 @@ elif len(sys.argv) == 2 and sys.argv[1] != '-': stdin = subprocess.DEVNULL else: src_name = '-' - dst_name = src_name + dst_name = 'stdin' stdin = subprocess.PIPE # try to guess the extension -- cgit v1.2.3