From 6004b1e3784596d2bef261469ee002d5aac599e4 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 8 Feb 2005 18:29:53 +0000 Subject: [PATCH] Remove /tmp_mnt for sun4. --- configure/tools/fullPathName.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/tools/fullPathName.pl b/configure/tools/fullPathName.pl index a194c6f69..3e8e60901 100755 --- a/configure/tools/fullPathName.pl +++ b/configure/tools/fullPathName.pl @@ -12,6 +12,7 @@ if( $ARGV[0] ) { if( $ARGV[0] =~ /^\./ ) { $dir = abs_path("$ARGV[0]"); + $dir =~ s/\/tmp_mnt//; print "$dir\n"; } else { print "$ARGV[0]\n";