SPECS: builder - real -U fix
Elan Ruusamäe
glen at delfi.ee
Tue Feb 15 11:00:28 CET 2005
On Monday 14 February 2005 23:45, ankry wrote:
> Author: ankry Date: Mon Feb 14 21:45:54 2005 GMT
> Module: SPECS Tag: HEAD
> ---- Log message:
> - real -U fix
>
[...]
> ================================================================
> Index: SPECS/builder
> diff -u SPECS/builder:1.300 SPECS/builder:1.301
> --- SPECS/builder:1.300 Fri Jan 28 20:03:06 2005
> +++ SPECS/builder Mon Feb 14 22:45:49 2005
> @@ -1569,7 +1569,9 @@
> get_spec;
> parse_spec;
> if [ -n "$ICONS" ]; then
> + OLD_UPDATE5=$UPDATE5
> UPDATE5= get_files $ICONS
> + UPDATE5=$OLD_UPDATE5
i thing the previous one was also OK,
because it passed empty UPDATE5= only to get_files call,
it did not assign the value there.
so i think u should revert your change :)
--
glen
More information about the pld-devel-en
mailing list