General TC > Programming & Scripting - Unofficial
extension audit script
jls:
--- Code: ---tc-ita.tcz is a corrupt tcz file, please remake.
The following errors are found in tc-ita.tcz.info. No news is good news:
--- End code ---
changing the line
--- Code: ---TMP2=`mktemp -d tmp.XXXXX`
--- End code ---
like this:
--- Code: ---TMP2=`mktemp -d`
--- End code ---
it works
curaga:
There should probably be six X's instead of five.
Jason W:
`mktemp -d` makes 10 characters, changed to mktemp -d.
Jason W:
`mktemp -d` was causing problems with me, so using manual directory creation, along with other bug fixes.
jls:
u could post your script also in the wiki
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version