From: Chris Lattner Date: Fri, 28 Sep 2001 00:07:10 +0000 (+0000) Subject: Adding the tool to the path doesn't break anything anymore X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=79d4eb3aa03543c9cbbb3e14dcd27ffe0fdb9e64;p=oota-llvm.git Adding the tool to the path doesn't break anything anymore git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@658 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Setup b/test/Setup index a6ab810dff4..607806a561e 100644 --- a/test/Setup +++ b/test/Setup @@ -1,5 +1,4 @@ setenv LD_LIBRARY_PATH ../lib/Debug setenv PATH ../tools/Debug:${PATH} -alias as ../tools/Debug/as