1*814aa25aSJonathan Roelofs#!/usr/bin/env perl 2*814aa25aSJonathan Roelofs 3*814aa25aSJonathan Roelofsuse Cwd qw/ abs_path /; 4*814aa25aSJonathan Roelofsuse File::Basename qw/ dirname /; 5*814aa25aSJonathan Roelofs# Add scan-build dir to the list of places where perl looks for modules. 6*814aa25aSJonathan Roelofsuse lib dirname(abs_path($0)); 7*814aa25aSJonathan Roelofs 8*814aa25aSJonathan Roelofsdo 'ccc-analyzer'; 9