openbsd-ports/devel/re2c/patches/patch-run_tests_sh_in
steven 826ae21d4a import re2c 0.12.0
re2c is a tool for writing very fast and very flexible scanners.
re2c focuses on generating high efficient code for regular expression
matching. As a result this allows a much broader range of use than
any traditional lexer offers. And last but not least re2c generates
warning free code that is equal to hand-written code in terms of
size, speed and quality.

from Stuart Henderson <stu at spacehopper.org>
2007-05-16 14:10:57 +00:00

10 lines
238 B
Plaintext

$OpenBSD: patch-run_tests_sh_in,v 1.1.1.1 2007/05/16 14:10:57 steven Exp $
--- run_tests.sh.in.orig Mon May 7 00:39:42 2007
+++ run_tests.sh.in Mon May 7 00:39:46 2007
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
_XPG=1
result=0
errcnt=0