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

[egs] Fix incorrect syntax to send text to stderr. #2182

Merged
merged 1 commit into from Jan 24, 2018

Conversation

galv
Copy link
Contributor

@galv galv commented Jan 24, 2018

First case (check_ivectors_compatible.sh) is an error in bash because
argument $2 happens to be a directory here. (Error message is
"bash: $2: Is a directory".) The scripts still worked in the past
because there was no set -e command, though.

The second case (get_ivector_id.sh) is an error as well, with the
message: "bash: $2: ambiguous redirect".

First case (check_ivectors_compatible.sh) is an error in bash because
argument $2 happens to be a directory here. (Error message is
"bash: $2: Is a directory".) The scripts still worked in the past
because there was no `set -e` command, though.

The second case (get_ivector_id.sh) is an error as well, with the
message: "bash: $2: ambiguous redirect".
@danpovey danpovey merged commit 47de145 into kaldi-asr:master Jan 24, 2018
Skaiste pushed a commit to Skaiste/idlak that referenced this pull request Sep 26, 2018
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

2 participants