summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ups2
1 files changed, 1 insertions, 1 deletions
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