News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

cbprofiler-unix.cbp is incorrect

Started by killerbot, December 31, 2005, 11:44:04 AM

Previous topic - Next topic

killerbot

@Yiannis or Zlika,

I hope one of you sees this, otherwise I will PM to Yiannis, but the unix project file for the profiler is incorrect :
The :
         <Environment>
            <Variable name="CBDIR" value="../../../.."/>
         </Environment>

Should be :
         <Environment>
            <Variable name="CBDIR" value="../../.."/>
         </Environment>

And I think it is even better to use the global variables : #CB etc ...


Cheers,
Lieven


mandrav

I haven't touched the contrib plugins unix project files. I plan to but don't expect it before the new year ;)
Be patient!
This bug will be fixed soon...

Zlika

Hi
It's Yiannis who have created this file. I haven't a linux machine to test it.
I have checked the file and I agree with you so I have made your correction.
Please check if it's ok now because as I have said I can't check it by myself.

Zlika

killerbot