summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2018-11-20 14:34:33 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2018-11-20 14:35:38 +0530
commit7085aabae15012f516d024c4a214c4a7b816475f (patch)
treed0bd354ffd7e12e6c862a192dcff52c60e93d965
parentf101ef36f7c1f29bdc56885e475ca3f23874c2d1 (diff)
kselftest: fix typo replace OPTARGS with OPTARG
Change-Id: I39c7d5dba7627583b387fb4cb39c48b61110981b Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xautomated/linux/kselftest/kselftest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/kselftest/kselftest.sh b/automated/linux/kselftest/kselftest.sh
index 957be07..43dbd68 100755
--- a/automated/linux/kselftest/kselftest.sh
+++ b/automated/linux/kselftest/kselftest.sh
@@ -61,7 +61,7 @@ while getopts "t:s:u:p:L:S:b:g:e:h" opt; do
# SKIPFILE="${SCRIPTPATH}/${SKIPFILE}"
#fi
- if [ -z "${OPTARGS}" ]; then
+ if [ -z "${OPTARG}" ]; then
continue
fi
if [ -z "${OPTARG##*http*}" ]; then