Danek Duvall wrote: > On Sun, Jun 29, 2008 at 02:49:55PM +0200, Petr Sobotka wrote: > > Can you please let me know what is wrong with this script? > > [ ... ] > > pkgsend add set name=summary value='Opensource binary diff' > > I think this line is problematic. First, single quotes aren't recognized > by the parser -- they'll have to be double quotes. Second, you need to > make sure that the quotes make it past the shell
BTW: Take a look at the output generated after you enabled "xtrace" mode in ksh93, e.g. $ set -o xtrace #. It should print the precise quoting how the shell sees it and passes arguments to commands. ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) [EMAIL PROTECTED] \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL <currently fluctuating> (;O/ \/ \O;) _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
