aboutsummaryrefslogtreecommitdiff
path: root/devel/bugzilla
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2002-01-08 11:10:50 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2002-01-08 11:10:50 +0000
commit23da0a8b71c9564790917297035938bad1e64dea (patch)
tree2959d30de0ad3523b4a1f0e3d2a6171aa3b547d1 /devel/bugzilla
parentf02789e585ac830381c0625d3b8a396d4414fad7 (diff)
downloadports-23da0a8b71c9564790917297035938bad1e64dea.tar.gz
ports-23da0a8b71c9564790917297035938bad1e64dea.zip
Fix path to perl for runtests.sh (appeared in 2.14.1)
Notes
Notes: svn path=/head/; revision=52761
Diffstat (limited to 'devel/bugzilla')
-rw-r--r--devel/bugzilla/files/patch-runtests.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/bugzilla/files/patch-runtests.sh b/devel/bugzilla/files/patch-runtests.sh
new file mode 100644
index 000000000000..5ccf3dbeeef0
--- /dev/null
+++ b/devel/bugzilla/files/patch-runtests.sh
@@ -0,0 +1,8 @@
+--- runtests.sh~ Tue Jan 8 12:58:39 2002
++++ runtests.sh Tue Jan 8 12:58:47 2002
+@@ -9,4 +9,4 @@
+ fi
+ done
+
+-/usr/bonsaitools/bin/perl -e "${PART1}${TEST_VERBOSE}${PART2}" t/*.t
++/usr/bin/perl -e "${PART1}${TEST_VERBOSE}${PART2}" t/*.t