Remove /tmp_mnt for sun4.

This commit is contained in:
Janet B. Anderson
2005-02-08 18:29:53 +00:00
parent 04876477d9
commit 6004b1e378
+1
View File
@@ -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";