From 6496a56eeed223684954328f6a43b6fb805047ea Mon Sep 17 00:00:00 2001 From: goodale Date: Fri, 29 Jan 1999 18:51:36 +0000 Subject: Changes \ and / characters in a configuration name to _ . Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@150 17b73243-c579-4c4c-a9d2-2d5706c11dac --- setup | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup') diff --git a/setup b/setup index 9569e682..fa8b2fa4 100644 --- a/setup +++ b/setup @@ -30,6 +30,9 @@ else $config = $uname; } +# Replace slashes with underscores. +$config =~ s:[/\\]:_:g; + # The build directory doesn't exist. if (! -d "build" && ! -l "build") { -- cgit v1.2.3