Fix comment from previous change.

git-svn-id: svn://10.0.0.236/trunk@166633 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2004-12-12 20:33:07 +00:00
parent 94d401ffc6
commit 75b14a29d2

View File

@@ -24,7 +24,7 @@ use Config; # for $Config{sig_name} and $Config{sig_num}
use File::Find ();
use File::Copy;
$::UtilsVersion = '$Revision: 1.291 $ ';
$::UtilsVersion = '$Revision: 1.292 $ ';
package TinderUtils;
@@ -1072,7 +1072,7 @@ sub get_profile_dir {
my $profile_dir;
# XXXldb Many of these codepaths look like they won't actually return
# an empty string when there's no profile directory, which callers
# a nonexistant directory when there's no profile directory, which callers
# depend on this function doing. In particular, the use of
# ($profile_dir) = <$profile_dir . "...">;
# doesn't overwrite $profile_dir when the <> gives a 0-length list.