aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-04 08:33:41 -0300
committerEuAndreh <eu@euandre.org>2023-04-04 08:43:15 -0300
commit08588f9907299b1a927e281d5c65b46b7cefa427 (patch)
tree860f8550c2efee35df9bfa1ef56e338f8331c2d1 /src/bin
parentdynamic.mk: Use serve(1) as is (diff)
downloadeuandre.org-08588f9907299b1a927e281d5c65b46b7cefa427.tar.gz
euandre.org-08588f9907299b1a927e281d5c65b46b7cefa427.tar.xz
Revamp v2/
Diffstat (limited to '')
-rwxr-xr-xsrc/bin/pb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pb b/src/bin/pb
index efbf8fc..48979e2 100755
--- a/src/bin/pb
+++ b/src/bin/pb
@@ -134,8 +134,8 @@ SLUG="${SLUG:-$(echo "$TITLE" | slugify)}"
OUT="$(outname "$DATE" "$SLUG")"
URL="$(url "$DATE" "$SLUG")"
-# shellcheck disable=2064
-trap "rm -f '$OUT-tmp'" EXIT
+trap 'rm -f "$OUT-tmp"' EXIT
+# shellcheck disable=2016
cat <<-EOF | e > "$OUT-tmp"
---