[uClibc] Re: [PATCH] Fix fix_includes.sh (0.9.21)

Manuel Novoa III mjn3 at codepoet.org
Sun Sep 21 18:40:42 UTC 2003


Hello,

On Sun, Sep 21, 2003 at 03:55:26PM +0200, Bernardo Innocenti wrote:
> Fix a trivial error in fix_includes.sh (uClibc 0.9.21)
> 
> -	-n ) shift; if [ "$1" ]; then HAS_MMU="n"; shift; else usage; fi; ;;
> +	-n ) HAS_MMU="n"; shift; ;;

A similar fix was committed to cvs 4 days ago.

Manuel



More information about the uClibc mailing list