From: Brian Gaeke Date: Wed, 3 Mar 2004 17:38:51 +0000 (+0000) Subject: Squash /usr/dcs path; use a 'require ' instead. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ba2e09891afbfc3794157264e96f95fa0bbac51f;p=oota-llvm.git Squash /usr/dcs path; use a 'require ' instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12099 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/RegressionFinder.pl b/utils/RegressionFinder.pl index 94c8c736771..86b077780b0 100755 --- a/utils/RegressionFinder.pl +++ b/utils/RegressionFinder.pl @@ -1,8 +1,9 @@ -#! /usr/dcs/software/supported/bin/perl -# Script to find regressions by binary-searching a time interval in the CVS tree. -# Written by Brian Gaeke on 2-Mar-2004 +#! /usr/bin/perl +# Script to find regressions by binary-searching a time interval in the +# CVS tree. Written by Brian Gaeke on 2-Mar-2004. # +require 5.6.0; # NOTE: This script not tested with earlier versions. use Getopt::Std; use POSIX; use Time::Local;