From cd49fe3635845fbcc607138e8f658aef28c3204a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 15 Jul 2021 23:54:00 -0300 Subject: aux/workflow/styles.css, aux/ci/ci-build.sh: spaces -> tabs --- aux/ci/ci-build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'aux/ci/ci-build.sh') diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index 74e9558..af29697 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -8,10 +8,10 @@ FILENAME="$(date -Is)-$SHA.log" LOGFILE="$LOGS_DIR/$FILENAME" mkdtemp() { - name="$(echo 'mkstemp(template)' | m4 -D template="${TMPDIR:-/tmp}/m4-tmpname.")" - rm -f "$name" - mkdir "$name" - echo "$name" + name="$(echo 'mkstemp(template)' | m4 -D template="${TMPDIR:-/tmp}/m4-tmpname.")" + rm -f "$name" + mkdir "$name" + echo "$name" } { -- cgit v1.2.3