lkml.org 
[lkml]   [2016]   [Jun]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3/4] coccicheck: enable use of the kernel's python library
    Date
    Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
    ---
    scripts/coccicheck | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/scripts/coccicheck b/scripts/coccicheck
    index ba7301ab0a3d..a4d91d649ad9 100755
    --- a/scripts/coccicheck
    +++ b/scripts/coccicheck
    @@ -12,6 +12,8 @@

    DIR=$(dirname $(readlink -f $0))
    DIR="${DIR}/../"
    +export PYTHONPATH=${DIR}/scripts/
    +
    SPATCH="`which ${SPATCH:=spatch}`"

    if [ ! -x "$SPATCH" ]; then
    --
    2.8.2
    \
     
     \ /
      Last update: 2016-06-15 01:01    [W:4.801 / U:0.108 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site