Message-ID: <16435.55491.810396.856921@mithrandir.hornik.net>
Date: 2004-02-19T08:23:41Z
From: Kurt Hornik
Subject: src/scripts/Makefile bug (PR#6598)
In-Reply-To: <20040218124556.A89BBEAE5@slim.kubism.ku.dk>
>>>>> 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