summaryrefslogtreecommitdiff
path: root/http/bin/mkws
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-09 21:03:28 +0100
committerJoe Carstairs <me@joeac.net>2026-06-09 21:16:35 +0100
commit7a952de4f86b70cdced8d2af7024ce40b80cedf1 (patch)
treec16d4661e95e645295a0bfaf04f968f5fd471855 /http/bin/mkws
parent37d61b5b215318c3686b89e7d7b4f329aac3899e (diff)
chmods I guess?
Diffstat (limited to 'http/bin/mkws')
-rw-r--r--[-rwxr-xr-x]http/bin/mkws1
1 files changed, 1 insertions, 0 deletions
diff --git a/http/bin/mkws b/http/bin/mkws
index b005500..91a8172 100755..100644
--- a/http/bin/mkws
+++ b/http/bin/mkws
@@ -74,6 +74,7 @@ $(cat "${layout}")
pp "${t}" "${1}" > \
"${OUT}/${rel_dir}/${name}.${ext}"
fi
+ rm "${layout}.tmp"
echo "Written ${OUT}/${rel_dir}${name}.${ext}"
done