GNU bug report logs -
#79826
add parentheses in ltmain.in to support values with spaces
Previous Next
To reply to this bug, email your comments to 79826 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-libtool <at> gnu.org:
bug#79826; Package
libtool.
(Thu, 13 Nov 2025 14:10:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
mathar <at> mpia-hd.mpg.de:
New bug report received and forwarded. Copy sent to
bug-libtool <at> gnu.org.
(Thu, 13 Nov 2025 14:10:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
In line 9475 of libtool/build-aux/ltmain.in quotes are missing around the variable in the else branch.
It should be
cd "$darwin_orig_dir"
the same as two lines earlier. Reason: The variable may contain a value with spaces that
cause errors due to the standard splitting of command line arguments by linux shells.
See https://github.com/autotools-mirror/libtool/pull/4/files .
This bug report was last modified today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.