changeset 142:ca6428b37dd2

Remove double-quotes in here-document
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 06 Oct 2015 21:56:30 +0859
parents 6da489b573ca
children d4abf37a5ea2
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Tue Oct 06 13:35:28 2015 +0859
+++ b/s4-funcs.sh	Tue Oct 06 21:56:30 2015 +0859
@@ -1806,7 +1806,7 @@
 `cgi_textarea text "" cols=40`
 </div>
 </div>
-${isowner:+"$excmsg"}
+${isowner:+$excmsg}
 <h4>$grp 参加者一覧</h4>
 <table>
 `sq $db -html "$sql"`

yatex.org