bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Bug in `ld/genscripts.sh'.


From: Alfred M. Szmidt
Subject: [PATCH] Bug in `ld/genscripts.sh'.
Date: Tue, 06 Nov 2001 16:57:56 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1

Hi,

[Please CC any replies as I'm not subscribed to the list]

There is a bug that gets triggered when configuring `binutils' with --prefix=
(this used on GNU/Hurd), `exec_prefix' in `ld/genscripts.sh' gets feed an wrong
number of arguments. The argument list should be 9 but as `exec_prefix' is
empty it will be 8, resulting in `ld/genscripts.sh' failing.

This patch will just put quotes around `${exec_prefix}' in `ld/Makefile.am',
thus fixing the bug.

Attachment: binutils-ld_Makefile.am-genscripts.sh.diff
Description: Text document

-- 
Alfred M. Szmidt

reply via email to

[Prev in Thread] Current Thread [Next in Thread]