mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix an unquoted slash within a matching operator
PR: ports/69717 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: maintainer
This commit is contained in:
parent
4ef36a50ee
commit
2e4148e2c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115079
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= jailuser
|
PORTNAME= jailuser
|
||||||
PORTVERSION= 1.9
|
PORTVERSION= 1.9
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= jail
|
MASTER_SITE_SUBDIR= jail
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
close(F);
|
close(F);
|
||||||
|
|
||||||
for $k (@elem) {
|
for $k (@elem) {
|
||||||
! if ($k =~ /^$INSTALL_DIR\/bin/jail/) {
|
! if ($k =~ /^$INSTALL_DIR\/bin\/jail/) {
|
||||||
$found = 1;
|
$found = 1;
|
||||||
last;
|
last;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue