File: checkpatch.sh

package info (click to toggle)
optee-test 4.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,736 kB
  • sloc: ansic: 80,056; makefile: 356; python: 179; cpp: 115; asm: 41; sh: 23
file content (7 lines) | stat: -rwxr-xr-x 131 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/bash

if [ -z "$OPTEE_OS_PATH" ]; then
   OPTEE_OS_PATH="../optee_os";
fi

source $OPTEE_OS_PATH/scripts/checkpatch.sh "$@"