Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should the SHELL variable be set to bash? #85

Closed
gngrossi opened this issue Dec 12, 2024 · 2 comments
Closed

Should the SHELL variable be set to bash? #85

gngrossi opened this issue Dec 12, 2024 · 2 comments

Comments

@gngrossi
Copy link

@IgorTodorovskiIBM
[@02858@SYSA]$ . /hewitt/zopentools/zopen_repo-current/etc/zopen-config --override-zos-tools && exec bash
Processing zopen community configuration...DONE
Sourcing ~/.bashrc

16:05:55 RC=(0) [SYSA] bash-5.2$ echo $SHELL
/bin/sh

16:06:01 RC=(0) [SYSA] bash-5.2$ echo $BASH_VERSION
5.2.32(1)-release

@IgorTodorovskiIBM
Copy link
Collaborator

From my understanding, it is typically set at login - https://unix.stackexchange.com/a/277949

On my mac, it also does not get changed

~/Projects/EBCDICProject $ echo $SHELL
/bin/zsh
~/Projects/EBCDICProject $ bash
%~ $ echo $SHELL
/bin/zsh
%~ $

@gngrossi
Copy link
Author

gngrossi commented Jan 2, 2025

Ok, thanks...closing

@gngrossi gngrossi closed this as completed Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants