diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-08-28 16:19:25 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-08-28 16:19:25 -0700 |
commit | 767ea4fc19cb29a55a81a55d1a13643ae3108f4c (patch) | |
tree | 811674aa726c2478352e2d87744ad5105db26da8 /lib/mixlib/shellout | |
parent | 3b389790688adb1007b33476ec2e2b6111e26d76 (diff) | |
download | mixlib-shellout-767ea4fc19cb29a55a81a55d1a13643ae3108f4c.tar.gz |
remove LC_ALL default environment variable
now that we no longer support ruby 1.8.7 its time to retire this
Diffstat (limited to 'lib/mixlib/shellout')
-rw-r--r-- | lib/mixlib/shellout/windows.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mixlib/shellout/windows.rb b/lib/mixlib/shellout/windows.rb index 2ae0256..137aaa9 100644 --- a/lib/mixlib/shellout/windows.rb +++ b/lib/mixlib/shellout/windows.rb @@ -200,7 +200,6 @@ module Mixlib end end - # cmd does not parse multiple quotes well unless the whole thing is wrapped up in quotes. # https://github.com/opscode/mixlib-shellout/pull/2#issuecomment-4837859 # http://ss64.com/nt/syntax-esc.html |