Hi Geoff, > [...] > + if (envptr > envval) > + *envptr++ = ' '; > + snprintf(envptr, parm_len + 1, optptr);
You forgot the format string (i.e. "%s"). > + envptr += parm_len; > + optptr += parm_len; > [...] Cheers, Xabier Oneca_,,_
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
