From 2e142f589b3567a73614b99f3a5c2631b2c9d85f Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Wed, 7 Jan 2004 01:48:26 +0000 Subject: [PATCH] Change perl interpreter path to the standard /usr/bin/perl. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10708 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/NightlyTest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl index daac2a488be..b1e907f8c7c 100755 --- a/utils/NightlyTest.pl +++ b/utils/NightlyTest.pl @@ -1,4 +1,4 @@ -#!/usr/dcs/software/supported/bin/perl -w +#!/usr/bin/perl -w # # Program: NightlyTest.pl #