openbsd-ports/devel/gputils/patches/patch-gpasm_testsuite_gpasm_old_testall
naddy cfb6182a3f Import gputils 0.11.7.
Submitted by Andrew Dalgleish <openbsd@ajd.net.au>.

GPUTILS is a collection of tools for the Microchip (TM) PIC
microcontrollers. It includes gpasm, gplink, and gplib.
2003-11-03 01:02:34 +00:00

19 lines
550 B
Plaintext

$OpenBSD: patch-gpasm_testsuite_gpasm_old_testall,v 1.1.1.1 2003/11/03 01:02:35 naddy Exp $
--- gpasm/testsuite/gpasm.old/testall.orig 2003-10-19 01:50:35.000000000 +1000
+++ gpasm/testsuite/gpasm.old/testall 2003-10-19 01:51:06.000000000 +1000
@@ -1,4 +1,4 @@
-#!/bin/bash
+#! /bin/sh
# testall tests gpasm, these are older tests
# Copyright (C) 2001 Craig Franklin
@@ -37,7 +37,7 @@ fi
case "$1" in
all)
- if !(test -e $GPASM); then
+ if ! test -e $GPASM; then
echo "$GPASM not found. Aborting."
exit 1
else