Re: pkg_scripts continuation line in -current

2014-07-24 Thread Martin Brandenburg
Theo de Raadt wrote: > >current.html says pkg_scripts continuation lines such as > > > > pkg_scripts="${pkg_scripts} somescript" > > > >are no longer supported and must be replaced with one long pkg_scripts > >line. But I cannot think of any reason why this wouldn't work. > > > >What is the r

Re: pkg_scripts continuation line in -current

2014-07-23 Thread Theo de Raadt
>current.html says pkg_scripts continuation lines such as > > pkg_scripts="${pkg_scripts} somescript" > >are no longer supported and must be replaced with one long pkg_scripts >line. But I cannot think of any reason why this wouldn't work. > >What is the reasoning behind this? > >I do appreci

pkg_scripts continuation line in -current

2014-07-23 Thread Martin Brandenburg
current.html says pkg_scripts continuation lines such as pkg_scripts="${pkg_scripts} somescript" are no longer supported and must be replaced with one long pkg_scripts line. But I cannot think of any reason why this wouldn't work. What is the reasoning behind this? I do appreciate examp