[Pkgutil-users] A "`" in system() invocations
Status: Beta
Brought to you by:
bonivart
|
From: Bartosz T. <hr...@gm...> - 2009-12-03 12:38:53
|
Hi
I'm using version 1.9 of pkgutil. I wonder, if the "`" character in line 593:
system("$pkgadd $pkgforce $pkgtrace $pkgaddopts -d $pkgdir/$file $name`");
and line 1408:
system("$pkgrm $pkgforce $pkgtrace $p`");
is kind of a perl magic (I'm not good at perl), or just a bug...
It seems, that /bin/sh launched by system() will complain about unmatched "`".
regards
Bartosz Trudnowski
|