mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
Index: scripts/check.in
|
|
--- scripts/check.in.orig
|
|
+++ scripts/check.in
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
# check : shorthand for make and ctest -R
|
|
|
|
if [[ $# != 1 || $1 == *help ]]
|