1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-31 18:10:56 +01: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,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