Fixing dev-server for shared environment

Change-Id: I9133afb303ffd398a93b3ba1e9e0f41869124469
This commit is contained in:
Brett Slatkin 2011-09-30 03:29:36 +00:00
parent dc69d53aae
commit 0ffdf29f8a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ unless ($opt_nobuild) {
system("./build.pl", "clients/go/camdbinit") and die "Failed to build camdbinit";
}
my $root = "/tmp/camliroot/port$port/";
my $root = "/tmp/camliroot-$ENV{USER}/port$port/";
if ($opt_wipe && -d $root) {
print "Wiping $root\n";
system("rm", "-rf", $root) and die "Failed to wipe $root.\n";