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

pushd popd #339

Open
andyneff opened this issue Feb 10, 2021 · 0 comments
Open

pushd popd #339

andyneff opened this issue Feb 10, 2021 · 0 comments

Comments

@andyneff
Copy link
Member

We have been doing pushd &> /dev/null, because we don't want to echo to the screen when the dir change.

However, this will also hide error an error when the dir doesn't exist.

  1. Should probably change all pushd and popd from &> /dev/null to > /dev/null
  2. Update style guideline
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

1 participant