Atro.Tossavainen@helsinki.fi
2004-Feb-18 13:46 UTC
[Rd] src/scripts/Makefile bug (PR#6598)
Hi, src/scripts/Makefile uses @ as the separator for sed. This is fine unless the path names happen to contain @, which would frequently be the case in sites where AFS is used and the AFS magic path component @sys is used to distinguish between system types. Please change the separator to #, for example. -- Atro Tossavainen (Mr.) / The Institute of Biotechnology at Systems Analyst, Techno-Amish & / the University of Helsinki, Finland, +358-9-19158939 UNIX Dinosaur / employs me, but my opinions are my own. < URL : http : / / www . helsinki . fi / %7E atossava / > NO FILE ATTACHMENTS
>>>>> Atro Tossavainen writes:> Hi, > src/scripts/Makefile uses @ as the separator for sed.> This is fine unless the path names happen to contain @, which would > frequently be the case in sites where AFS is used and the AFS magic > path component @sys is used to distinguish between system types.> Please change the separator to #, for example.Which would then fail for people who for some reason have # in their file path. I am not sure there is an easy fix for the problem. One idea might be setting up a pipeline which tries different separators. Any other ideas? -k