2128 | | # Invoke the editor |
2129 | | if { $editor == "" } { |
2130 | | break_softcontinue "No EDITOR is specified in your environment" 1 status |
2131 | | } else { |
2132 | | if {[catch {eval exec >/dev/stdout </dev/stdin $editor $portfile} result]} { |
2133 | | global errorInfo |
2134 | | ui_debug "$errorInfo" |
2135 | | break_softcontinue "unable to invoke editor $editor: $result" 1 status |
2136 | | } |
| 2128 | if {[catch {eval exec >/dev/stdout </dev/stdin $editor $portfile} result]} { |
| 2129 | global errorInfo |
| 2130 | ui_debug "$errorInfo" |
| 2131 | break_softcontinue "unable to invoke editor $editor: $result" 1 status |