mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
add $SHELL to doctor
This commit is contained in:
@@ -23,6 +23,7 @@ class Cask::CLI::Doctor
|
||||
ohai 'Contents of $GEM_PATH Environment Variable:', render_env_var( 'GEM_PATH' )
|
||||
ohai 'Contents of $BUNDLE_PATH Environment Variable:', render_env_var( 'BUNDLE_PATH' )
|
||||
ohai 'Contents of $PATH Environment Variable:', render_env_var( 'PATH' )
|
||||
ohai 'Contents of $SHELL Environment Variable:', render_env_var( 'SHELL' )
|
||||
ohai 'Contents of Locale Environment Variables:', render_with_none( locale_variables )
|
||||
ohai 'Running As Privileged User:', render_with_none_as_error( privileged_uid )
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user