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

system no longer prints version in tty #7

Merged
merged 1 commit into from Oct 6, 2018

Conversation

SidOfc
Copy link
Owner

@SidOfc SidOfc commented Oct 6, 2018

Related to #3.

As seen in #5, when running a command the system call checking if fzf --version can be executed actually prints the version to the terminal. This patch fixes that issue by redirecting output of the command to /dev/null since system uses a programs exit code to check for failure of execution.

@SidOfc SidOfc merged commit 66a0c41 into master Oct 6, 2018
@SidOfc SidOfc deleted the patch/silence-version-output branch October 6, 2018 15:03
@SidOfc SidOfc self-assigned this Oct 6, 2018
@SidOfc SidOfc added the bug Something isn't working label Oct 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant