diff options
-rw-r--r-- | php-phpunit-PHPUnit-SkeletonGenerator.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-PHPUnit-SkeletonGenerator.spec b/php-phpunit-PHPUnit-SkeletonGenerator.spec index 9d3f8c6..8364053 100644 --- a/php-phpunit-PHPUnit-SkeletonGenerator.spec +++ b/php-phpunit-PHPUnit-SkeletonGenerator.spec @@ -95,7 +95,7 @@ phpunit \ %post if [ -x %{_bindir}/pear ]; then %{_bindir}/pear uninstall --nodeps --ignore-errors --register-only \ - %{pear_channel}/%{pear_name} >/dev/null + %{pear_channel}/%{pear_name} >/dev/null || : fi |