From c900f31ab01c129561c3e718d94e46e191b5220e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Dec 2024 10:23:57 +0100 Subject: [PATCH] Fix typo Related: RHELPLAN-170960 --- php-pecl-xdebug3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index c27e4a7..364fae7 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -102,7 +102,7 @@ zend_extension=%{pecl_name}.so ; Configuration ; See https://xdebug.org/docs/all_settings EOF -sed -e '1,2d' ZTS/%{pecl_name}.ini >>%{ini_name} +sed -e '1,2d' NTS/%{pecl_name}.ini >>%{ini_name} head -n15 <%{ini_name}