13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
$NetBSD: patch-aj,v 1.3 2013/07/12 00:07:04 taca Exp $
|
|
|
|
Use proper shbang line.
|
|
|
|
--- run-tests.php.orig 2013-07-10 17:43:08.000000000 +0000
|
|
+++ run-tests.php
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env php
|
|
+#!@PREFIX@/bin/php
|
|
<?php
|
|
/*
|
|
+----------------------------------------------------------------------+
|