File: checkpatch.sh

package info (click to toggle)
optee-test 4.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,732 kB
  • sloc: ansic: 80,061; makefile: 356; python: 179; cpp: 115; asm: 41; sh: 23
file content (7 lines) | stat: -rwxr-xr-x 131 bytes parent folder | download | duplicates (2)
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 "$@"