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