summaryrefslogtreecommitdiff
path: root/src/ifnew
diff options
context:
space:
mode:
Diffstat (limited to 'src/ifnew')
-rwxr-xr-xsrc/ifnew2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ifnew b/src/ifnew
index c293f63..bf2d4b5 100755
--- a/src/ifnew
+++ b/src/ifnew
@@ -26,7 +26,7 @@ FILE="${1:-}"
eval "$(assert-arg -- "$FILE" 'FILE')"
-STDIN="$FILE.$(uuid).tmp"
+STDIN="$FILE.$(uuidx).tmp"
trap 'rm -f "$STDIN"' EXIT
cat - > "$STDIN"