s4

changeset 970:10803d78f07c

Create tmp/
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 22 May 2022 12:18:08 +0900
parents b327b5691b59
children 0ac251f04f21
files s4-start.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/s4-start.sh	Sun May 15 14:38:40 2022 +0900
     1.2 +++ b/s4-start.sh	Sun May 22 12:18:08 2022 +0900
     1.3 @@ -79,6 +79,7 @@
     1.4    rm -rf templ/*
     1.5  fi
     1.6  mkdir templ
     1.7 +test -d tmp || mkdir -m 1750 tmp
     1.8  if (cd templ && cp -r ../examples/$TYPE/* .); then
     1.9    if ./s4-init.sh; then
    1.10      cat<<EOF