summaryrefslogtreecommitdiffstats
path: root/__root__/run-check
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-11-26 22:54:03 +0100
committerJan Pokorný <jpokorny@redhat.com>2014-12-08 16:37:37 +0100
commit76a1802c419691617a338c7cfcab2cd85a159b63 (patch)
tree1ad779869bfa8fc286440763f4d46e189c370830 /__root__/run-check
parent102f285cce6f9e59bb645a7cb5edc21eb0af6eb0 (diff)
downloadclufter-76a1802c419691617a338c7cfcab2cd85a159b63.tar.gz
clufter-76a1802c419691617a338c7cfcab2cd85a159b63.tar.xz
clufter-76a1802c419691617a338c7cfcab2cd85a159b63.zip
run-check: fix "$@ handled from within func" thinko
(likely caused during refactoring) Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to '__root__/run-check')
-rwxr-xr-x__root__/run-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/__root__/run-check b/__root__/run-check
index 6b0d541..53c5920 100755
--- a/__root__/run-check
+++ b/__root__/run-check
@@ -160,4 +160,4 @@ EOF
return ${ret}
}
-[ "${1}" == "__norun__" ] || run_check
+[ "${1}" == "__norun__" ] || run_check "$@"