From 38efbe66c41985aaf6fea1c9cedabaa727368b9b Mon Sep 17 00:00:00 2001 From: Shujian2015 Date: Wed, 20 Mar 2019 19:38:41 -0400 Subject: [PATCH] Update parse_options.sh --- egs/wsj/s5/utils/parse_options.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/wsj/s5/utils/parse_options.sh b/egs/wsj/s5/utils/parse_options.sh index 34476fdb37a..335e69e9ac7 100755 --- a/egs/wsj/s5/utils/parse_options.sh +++ b/egs/wsj/s5/utils/parse_options.sh @@ -42,7 +42,7 @@ done ### -### No we process the command line options +### Now we process the command line options ### while true; do [ -z "${1:-}" ] && break; # break if there are no arguments