Oops, call 'os.path.join()'!

This commit is contained in:
Greg Ward 1999-08-19 20:02:10 +00:00
parent 7eba1d8bbe
commit 1016af9fa6

View file

@ -226,7 +226,7 @@ class Install (Command):
# Otherwise, just tack the "fallback postfix" onto the
# user-specified prefix.
return apply (os.join, (my_prefix,) + fallback_postfix)
return apply (os.path.join, (my_prefix,) + fallback_postfix)
# replace_sys_prefix ()