[Rd] src/scripts/Makefile bug (PR#6598)

Duncan Murdoch dmurdoch at pair.com
Thu Feb 19 14:41:07 MET 2004


On Wed, 18 Feb 2004 22:27:31 +0100, Kurt Hornik
<Kurt.Hornik at wu-wien.ac.at> wrote :

>>>>>> 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?

Wouldn't the easiest thing be to make the separator be
user-configurable, in config.site (or MkRules, for Windows)?  These @
separators only show up in R.sh.in and Makefile.in in the src/scripts
directory, don't they?

Duncan Murdoch



More information about the R-devel mailing list