K 10 svn:author V 3 ale K 8 svn:date V 27 2019-10-24T11:17:20.195155Z K 7 svn:log V 355 Really fix the NSC option. For some unknown (at least to me) and weird reason even if spellchecker.php was appended to RCUBECOMP it didn't go in the for loop: @${ECHO} ${RCUBECOMP} # prints spellchecker.php .for i in ${RCUBECOMP} @{ECHO} ${i} # never prints spellchecker.php @cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${WWWDIR} .endfor END