mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Fix path to perl for runtests.sh (appeared in 2.14.1)
This commit is contained in:
parent
f02789e585
commit
23da0a8b71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52761
8
devel/bugzilla/files/patch-runtests.sh
Normal file
8
devel/bugzilla/files/patch-runtests.sh
Normal file
@ -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
|
8
devel/bugzilla2/files/patch-runtests.sh
Normal file
8
devel/bugzilla2/files/patch-runtests.sh
Normal file
@ -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
|
8
devel/bugzilla3/files/patch-runtests.sh
Normal file
8
devel/bugzilla3/files/patch-runtests.sh
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user