that the $home will be defined.
p4raw-id: //depot/perl@12588
1;
} and do {
@a = bsd_glob("~$name", GLOB_TILDE);
- if (scalar(@a) != 1 || $a[0] ne $home || GLOB_ERROR) {
+ if (defined $home && (scalar(@a) != 1 || $a[0] ne $home || GLOB_ERROR)) {
print "not ";
}
};