]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- better msg
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 22 Aug 2010 12:16:42 +0000 (12:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pear-autoup.sh -> 1.7

pear-autoup.sh

index 6f50fcee76e19aab2d749fb4a788977916a967a8..fa185307acf7fab1d3054f4d369f5b8a1dd5ec0d 100644 (file)
@@ -24,7 +24,7 @@ set -e
 [ -s pear.upgrades ] || pear list-upgrades > pear.upgrades
 
 # test that php is working
-php -r 'echo "ok\n";'
+php -r 'echo "PHP is working OK\n";'
 
 for pkg in $(cat pear.pkgs); do
        # check if there's update in channel
This page took 0.063067 seconds and 4 git commands to generate.