summaryrefslogtreecommitdiff
path: root/src/ifnew
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-18 07:57:01 -0300
committerEuAndreh <eu@euandre.org>2025-05-18 07:57:01 -0300
commitf7268e88a7aa18edd2b09defe03f73b18e7ded57 (patch)
treed9cab137554edf96cd81679b238710b240b36738 /src/ifnew
parentsrc/instool: Early exit when no files are given (diff)
downloadeut-f7268e88a7aa18edd2b09defe03f73b18e7ded57.tar.gz
eut-f7268e88a7aa18edd2b09defe03f73b18e7ded57.tar.xz
git mv src/uuid src/uuidx
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"