changeset 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 0dfef6d195fa
files s4-start.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-start.sh	Fri Dec 22 20:01:32 2023 +0900
+++ b/s4-start.sh	Tue Dec 26 08:15:08 2023 +0900
@@ -81,7 +81,7 @@
   rm -rf templ/*
 fi
 mkdir templ
-if (cd templ && cp -r ../examples/$TYPE/* .); then
+if (cd templ && cp -rL ../examples/$TYPE/* .); then
   if ./s4-init.sh; then
     cat<<EOF
 -------- The s4 System Successfully Installed --------

yatex.org