Making sure there is an editor set for ralsh

git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2519 980ebf18-57e1-0310-9a29-db15c13687c0
This commit is contained in:
luke 2007-05-16 16:35:55 +00:00
Родитель e95734b8bb
Коммит e3b7a54359
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -193,6 +193,7 @@ if edit
File.open(file, "w") do |f|
f.puts text
end
ENV["EDITOR"] ||= "vi"
system(ENV["EDITOR"], file)
system("puppet -v " + file)
ensure