[git commit master] hush: add support for $RANDOM. If on:

Mike Frysinger vapier at gentoo.org
Fri Oct 9 21:15:59 UTC 2009


On Friday 09 October 2009 14:59:39 Denys Vlasenko wrote:
> --- a/shell/hush.c
> +++ b/shell/hush.c
> @@ -86,6 +86,9 @@
>  #endif
>  #include "math.h"
>  #include "match.h"
> +#if ENABLE_ASH_RANDOM_SUPPORT
> +# include "random.h"
> +#endif

should be ENABLE_HUSH_RANDOM_SUPPORT ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.busybox.net/pipermail/busybox/attachments/20091009/9c6b7bcf/attachment.pgp>


More information about the busybox mailing list