android_kernel_modules_leno.../camera/scripts/checkpatch

9 lines
150 B
Bash

#!/bin/bash
# Do not run on buildbot
which buildslave > /dev/null
if [ $? -ne 0 ]
then
exec ../../kernel/scripts/checkpatch.pl --no-tree "$@"
fi