Actions
Bug #1175
closedFile.expand_path("~user") dose not work
Description
=begin
File.expand_path が "~user" のような特定ユーザのホームディレクトリ指定を含む
パスを展開しなくなっているようです。
% ruby-trunk -v -e 'p File.expand_path("~user")'
ruby 1.9.2dev (2009-02-19 trunk 22427) [i686-linux]
"~user"
HAVE_GETPWENT が定義されていないといけないのに configure.in のチェック対象関数に含まれていないためのようです。
=end
Files
Actions
Like0
Like0