From 8b9d36e30c3feb477f02c73bd52f231d1f2f8843 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. llvm-svn: 10708 --- llvm/utils/NightlyTest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/NightlyTest.pl b/llvm/utils/NightlyTest.pl index daac2a488be9..b1e907f8c7cb 100755 --- a/llvm/utils/NightlyTest.pl +++ b/llvm/utils/NightlyTest.pl @@ -1,4 +1,4 @@ -#!/usr/dcs/software/supported/bin/perl -w +#!/usr/bin/perl -w # # Program: NightlyTest.pl # -- GitLab