Skip to content

Commit

Permalink
Minor Gentoo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 30, 2004
1 parent 512744d commit 470fb94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IcculusFinger_planmove.pl
Expand Up @@ -59,6 +59,7 @@ sub check_dir {
}

if (not -d "$homebasedir/$user") {
return if ($user eq '.keep'); # gentoo fix.
print(" - $homebasedir/$user isn't a directory. Wierd.\n");
return;
}
Expand Down

0 comments on commit 470fb94

Please sign in to comment.