commit | 98a44dc75b48828dbc6a451bf0885605b6fe1157 | [log] [tgz] |
---|---|---|
author | Brad Ebinger <breadley@google.com> | Tue Dec 15 10:57:45 2015 -0800 |
committer | Brad Ebinger <breadley@google.com> | Tue Dec 15 10:57:45 2015 -0800 |
tree | fec14ef20c5b495ccf9868e1098c5497bc323522 | |
parent | 343e3f4510498d02058ac3d4ecb1a543fc2ca85a [diff] [blame] |
Change getopts string to fix flags Change-Id: I181fcd6d3dbbfcec37369ec0c847d8069960b9e2
diff --git a/scripts/telecom_testing.sh b/scripts/telecom_testing.sh index 4b43275..d7e21d6 100644 --- a/scripts/telecom_testing.sh +++ b/scripts/telecom_testing.sh
@@ -16,9 +16,9 @@ debug=false coverage=false - while getopts "c:die?" opt; do + while getopts "c:die" opt; do case "$opt" in - ?) + \?) echo "$usage" return 0;; c)