Am Samstag, 4. August 2012, 10:31:05 schrieb Samuli Suominen:
> > + if [ -d ${ROOT}/lib/udev ]
> If you don't use double [[ then ${ROOT} will need "" quoting
This was only true if ${ROOT} stood there on its own. IMO if you have
${ROOT}/foo you do not need "" quoting because even if $ROOT is emp
Marc Schiffbauer wrote:
> > > + if [ -d ${ROOT}/lib/udev ]
>
> > If you don't use double [[ then ${ROOT} will need "" quoting
>
> This was only true if ${ROOT} stood there on its own. IMO if you have
> ${ROOT}/foo you do not need "" quoting because even if $ROOT is empty
> you will not get a synt
On 05/08/2012 16:20, Marc Schiffbauer wrote:
> This was only true if ${ROOT} stood there on its own. IMO if you have
> ${ROOT}/foo you do not need "" quoting because even if $ROOT is empty you
> will
> not get a syntaxt error.
Different issue I guess, here's it's about having spaces in there, no
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2012-08-05 23h59 UTC.
Removals:
www-apps/zina 2012-08-04 13:10:54 mabi
dev-embedded/gpsim-lcd 2012-08-05 08:41:29 ssuominen
Additions:
net-proxy/rejik
Am Montag, 6. August 2012, 01:25:44 schrieb Peter Stuge:
> Marc Schiffbauer wrote:
> > > > + if [ -d ${ROOT}/lib/udev ]
> > >
> > > If you don't use double [[ then ${ROOT} will need "" quoting
> >
> > This was only true if ${ROOT} stood there on its own. IMO if you have
> > ${ROOT}/foo you