head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2026.07.26.18.24.38; author rillig; state Exp; branches; next 1.1; commitid 3mbzIOWdv9gwZbPG; 1.1 date 2026.07.26.06.14.13; author rillig; state Exp; branches; next ; commitid hOEg9jeEVT5oY7PG; desc @@ 1.2 log @math/otter: clean up, add license Running all provided examples is not a typical use case, so omit the shell interpreter and the executable bit @ text @$NetBSD: patch-examples-run_All,v 1.1 2026/07/26 06:14:13 rillig Exp $ Adjust path of executable file, assuming it is in the PATH. --- examples/Run_all.orig Tue Oct 10 12:00:04 2000 +++ examples/Run_all @@@@ -18,7 +18,7 @@@@ if ($#argv >= 2) then set OTTER=$2 else - set OTTER=../../source/otter + set OTTER=otter endif if ($#argv >= 3) then @ 1.1 log @math/otter: clean up Remove ".." from the files to be patched by adjusting WRKSRC. Add patches needed for C23. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1.1.1 2000/11/25 18:19:21 jtb Exp $ a6 6 @@@@ -1,4 +1,4 @@@@ -# +#!/bin/csh # # Run a set of otter jobs ($1/*.in) and compare the # results ($1/*.out) to $1/*.ppro180. @