commit 66228b8a4306f028d843d78fbfcca54260539ff9 parent b4ca07ad834a3fc022254300fb2c73f7232f679c Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Fri, 20 Jan 2023 13:42:09 +0900 Let's not do that after all Diffstat:
| M | format.sh | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/format.sh b/format.sh @@ -41,7 +41,6 @@ if [ x"$2" = x ] ; then : ; else fi if [ "$selexp" ] ; then - mkdir -p "$TMPDIR" || exit 1 t=$(mktemp) trap "rm -f $t" EXIT recsel -e "$selexp" > $t &&