Must use IO::NULL instead of platform dependent filename

This commit is contained in:
NAKAMURA Usaku 2019-04-30 21:51:03 +09:00
Родитель 830e40ee05
Коммит 1dd94dfba3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: C5FE8AEA64F81259
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -436,7 +436,7 @@ eom
next
end
if system("svn info #{RUBY_REPO_PATH&.shellescape} > /dev/null 2>&1") # SVN
if system("svn info #{RUBY_REPO_PATH&.shellescape} > #{IO::NULL} 2>&1") # SVN
if log = find_svn_log("##@issue]") && /revision="(?<rev>\d+)/ =~ log
rev = "r#{rev}"
end