1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-19 14:36:04 +02:00

unposted: Fix syntax error introduced in 45591.

This commit is contained in:
Daniel Shahaf 2020-03-28 00:56:21 +00:00
parent 5e3f6b60e8
commit 5e55e3eaf8
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2020-03-28 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Test/V07pcre.ztst: Fix syntax error introduced
in 45591.
* 45640: Test/B13whence.ztst: Fix new test when ${PWD}'s value
contains symlinks.

View File

@ -1,6 +1,6 @@
%prep
if ! zmodload zsh/pcre 2>/dev/null; then
if ! zmodload zsh/pcre 2>/dev/null
then
ZTST_unimplemented="the zsh/pcre module was disabled by configure (see config.modules)"
return 0