From cd25c13ade3afa829c87ca1ed0ed0d379f426251 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 3 Dec 2008 19:50:37 +0000 Subject: [PATCH] Properly "include" abs_path. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60502 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/scan-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/scan-build b/utils/scan-build index 3f03d3bdc4..44f0cbc641 100755 --- a/utils/scan-build +++ b/utils/scan-build @@ -19,7 +19,7 @@ use Digest::MD5; use File::Basename; use Term::ANSIColor; use Term::ANSIColor qw(:constants); -use Cwd; +use Cwd qw/ getcwd abs_path /; use Sys::Hostname; my $Verbose = 0; # Verbose output from this script. -- 2.40.0