Hi devs, It is a known fact that we can't use the sed command on windows unless you install an add-on. Under these circumstances we have burdened our users to do appropriate replacements so that the sed command wouldn't be necessary. The Rampart/C secpolicy set of samples is a good example. However, there is a way we could easily overcome this.
We initially do things for windows and during the Linux build process we apply the sed command and covert it to Linux. This way, both Linux as well as the Windows user will have a similar experience. Regards, Senaka --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
