summaryrefslogtreecommitdiff
path: root/modules/BMakeProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-03-04 17:19:48 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-03-04 17:19:48 +0000
commitc2fd88f65858338bb3f1747af6a7200c01c4af33 (patch)
tree792339484cbe3975adcc5eda666e950a6bdc518a /modules/BMakeProjectCreator.pm
parente22e99f7ea1307ac2f7189c5fa43d9fecfdae3eb (diff)
downloadMPC-c2fd88f65858338bb3f1747af6a7200c01c4af33.tar.gz
ChangeLogTag: Mon Apr 5 10:43:03 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/BMakeProjectCreator.pm')
-rw-r--r--modules/BMakeProjectCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/BMakeProjectCreator.pm b/modules/BMakeProjectCreator.pm
index a6aa7054..921d74ea 100644
--- a/modules/BMakeProjectCreator.pm
+++ b/modules/BMakeProjectCreator.pm
@@ -60,7 +60,7 @@ sub fill_value {
}
$dirnames{$dirname} = 1;
}
- $value = join(';', sort keys %dirnames);
+ $value = join(';', keys %dirnames);
}
return $value;