mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Squash /usr/dcs path; use a 'require <version>' instead.
llvm-svn: 12099
This commit is contained in:
parent
b25ed8394b
commit
cce916b047
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user