small pixel drawing of a pufferfish pa

Quote variable inside trap handler (#12)

AdamantGarth 35147577+AdamantGarth@users.noreply.github.com
Sat, 11 Mar 2023 08:38:05 +0200
commit

3c634f857cb4076551bcf7001f4181ef836bcc23

parent

6053c8095d6f9b37d945cd6bec84ec75d1d5acc9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M papa

@@ -63,7 +63,7 @@

mkdir "$editdir" || die "Couldn't create shared memory dir" - trap 'rm -rf $editdir' EXIT + trap 'rm -rf "$editdir"' EXIT # Handle nested items (/foo/bar.age) mkdir -p "$(dirname "$tmpfile")"