Rev 2497 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2497 | Rev 9905 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | wims_http=!replace internal /wims.cgi by in $wims_ref_name |
2 | wims_http=!replace internal /wims.cgi by in $wims_ref_name |
3 | wims_http=!nospace $wims_http |
3 | wims_http=!nospace $wims_http |
4 | !sh mkdir -p $wims_home/public_html/rss ; $wims_home/bin/rss.pl --wims=$wims_http --file=$wims_home/public_html/modules/Changelog --out=$wims_home/public_html/rss --type=new |
4 | !sh mkdir -p $wims_home/public_html/rss ; perl $wims_home/bin/rss.pl --wims=$wims_http --file=$wims_home/public_html/modules/Changelog --out=$wims_home/public_html/rss --type=new |
5 | !endif |
5 | !endif |