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

bug fix - stdout and stderr redirection on ksh #22

Merged
merged 1 commit into from
Sep 6, 2018
Merged

Conversation

wkliao
Copy link
Member

@wkliao wkliao commented Sep 5, 2018

bug fix for #21
stdout and stderr redirection on ksh is different from bash
Using >& on ksh causes error of "bad file unit number"
Using 2>&1 does not work on csh

Using >& on ksh causes error of "bad file unit number"
Using 2>&1 does not work on csh
@wkliao wkliao merged commit ccc4b33 into master Sep 6, 2018
wkliao added a commit that referenced this pull request Sep 7, 2018
bug fix - stdout and stderr redirection on ksh
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

Successfully merging this pull request may close these issues.

None yet

1 participant