From 7ec2c3d31b79b4faab6d9d98b43293a6dc7ba24e Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Fri, 23 Nov 2018 10:15:11 +0530 Subject: Revert "kselftest: fix typo replace OPTARGS with OPTARG" This reverts commit 7085aabae15012f516d024c4a214c4a7b816475f. --- 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 43dbd68..957be07 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 "${OPTARG}" ]; then + if [ -z "${OPTARGS}" ]; then continue fi if [ -z "${OPTARG##*http*}" ]; then -- cgit v1.2.3