From f189af5bc93003648dbb81d9c2e8d383541e2094 Mon Sep 17 00:00:00 2001 From: sewardj Date: Fri, 7 Apr 2000 09:57:37 +0000 Subject: [PATCH] [project @ 2000-04-07 09:57:37 by sewardj] Update path to nofib suite. --- ghc/interpreter/runallnofib | 2 +- ghc/interpreter/runnofib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/interpreter/runallnofib b/ghc/interpreter/runallnofib index 2204f78..1d1a060 100644 --- a/ghc/interpreter/runallnofib +++ b/ghc/interpreter/runallnofib @@ -5,7 +5,7 @@ echo "runallnofib: Can't cd to nofibtmp" exit fi -TROOT=/home/v-julsew/Nov25 +TROOT=/home/v-julsew/Feb24 NROOT=$TROOT/fpt/nofib cd nofibtmp diff --git a/ghc/interpreter/runnofib b/ghc/interpreter/runnofib index 38cc5be..bc2f36b 100644 --- a/ghc/interpreter/runnofib +++ b/ghc/interpreter/runnofib @@ -1,6 +1,6 @@ #!/bin/bash -TROOT=/home/v-julsew/Nov25 +TROOT=/home/v-julsew/Feb24 STGHUGSFLAGS=-P$TROOT/fpt/ghc/interpreter/lib NROOT=$TROOT/fpt/nofib -- 1.7.10.4