mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
Squash /usr/dcs path; use a 'require <version>' instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12099 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1d4c9025e0
commit
ba2e09891a
@ -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