comparison s4-start.sh @ 1029:8c7d168d27ed draft

Explicitly feed "-L" flag to cp for GNU system.
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 26 Dec 2023 08:15:08 +0900
parents 6e24f1ecf13e
children
comparison
equal deleted inserted replaced
1028:6e24f1ecf13e 1029:8c7d168d27ed
79 exit 4 79 exit 4
80 fi 80 fi
81 rm -rf templ/* 81 rm -rf templ/*
82 fi 82 fi
83 mkdir templ 83 mkdir templ
84 if (cd templ && cp -r ../examples/$TYPE/* .); then 84 if (cd templ && cp -rL ../examples/$TYPE/* .); then
85 if ./s4-init.sh; then 85 if ./s4-init.sh; then
86 cat<<EOF 86 cat<<EOF
87 -------- The s4 System Successfully Installed -------- 87 -------- The s4 System Successfully Installed --------
88 EOF 88 EOF
89 if [ -s scripts/s4-$TYPE.case ]; then 89 if [ -s scripts/s4-$TYPE.case ]; then

yatex.org