I don't know if it's a bug or my enviroment.
Only on Bash-4.3.30(0). (Works without problems on csh). .
On FreeBSD-10.0 the problem is solved with recompile the port (sysutils/bsdadminscripts). On FreeBSD-9.3 I had to
Change in line 211 of /usr/local/sbin/pkg_libchk
:
the double-quotes in single-quotes.
(But curious: in FreeBSD-10.0 works this line with double-quotes).
I only want to know, if someone other has the same problem, or it's only mine.
Pkg_libchk shows on the begin of the output more than a dozen (After begin not more of this)
Code:
grep: Unmatched [ or [^
On FreeBSD-10.0 the problem is solved with recompile the port (sysutils/bsdadminscripts). On FreeBSD-9.3 I had to
Change in line 211 of /usr/local/sbin/pkg_libchk
:
Code:
grep -E "^[[:space:]]*OS/ABI:[[:space:]]*UNIX - $osname\
$" \
(But curious: in FreeBSD-10.0 works this line with double-quotes).
I only want to know, if someone other has the same problem, or it's only mine.