We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3156e2 commit 31a9a8fCopy full SHA for 31a9a8f
lib/libreconv.rb
@@ -81,7 +81,7 @@ def convert
81
'LANG' => ENV['LANG']
82
},
83
*command,
84
- unsetenv_others: true
+ unsetenv_others: false
85
)
86
if !status.success?
87
raise ConversionFailedError,
0 commit comments