aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check/chk
diff options
context:
space:
mode:
Diffstat (limited to 'tools/check/chk')
-rwxr-xr-xtools/check/chk4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/check/chk b/tools/check/chk
index 632da544cb..16de110bc1 100755
--- a/tools/check/chk
+++ b/tools/check/chk
@@ -12,6 +12,8 @@ function usage {
exit 1
}
+export PATH=${PATH}:/sbin:/usr/sbin
+
case $1 in
build)
check="CHECK-BUILD"
@@ -67,4 +69,4 @@ if [ "$failed" == "1" ] ; then
else
echo "OK" >> ${info}
exit 0
-fi \ No newline at end of file
+fi