summaryrefslogtreecommitdiff
path: root/math/otter/patches/patch-ab
blob: 6403b4422723f82a4602fe907cf0feae761e5553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ab,v 1.1.1.1 2000/11/25 18:19:21 jtb Exp $

--- ../examples/Run_all.orig	Tue Oct 10 12:00:04 2000
+++ ../examples/Run_all
@@ -1,4 +1,4 @@
-#
+#!/bin/csh
 #
 #  Run a set of otter jobs ($1/*.in) and compare the
 #  results ($1/*.out) to $1/*.ppro180.
@@ -18,7 +18,7 @@
 if ($#argv >= 2) then
    set OTTER=$2
 else
-   set OTTER=../../source/otter
+   set OTTER=otter
 endif
 
 if ($#argv >= 3) then