From 7085aabae15012f516d024c4a214c4a7b816475f Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Tue, 20 Nov 2018 14:34:33 +0530 Subject: kselftest: fix typo replace OPTARGS with OPTARG Change-Id: I39c7d5dba7627583b387fb4cb39c48b61110981b Signed-off-by: Naresh Kamboju --- automated/linux/kselftest/kselftest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3