]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
- tail errors to stderr to be visible from cron
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 10 Mar 2010 10:52:53 +0000 (10:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    update-source.sh -> 1.9

update-source.sh

index 1967e9dce6972048c5744946d40293bf5871baf1..69a31675836c295df209160cf64f12817a9265ef 100644 (file)
@@ -94,7 +94,7 @@ if [ "$newtar" != "$tarball" ]; then
                        --define "_rpmdir $rpmdir" \
                        $specfile || {
                        echo "Package build failed"
-                       tail -n 1000 $logfile
+                       tail -n 1000 $logfile >&2
                        exit 1
                }
 
This page took 0.075205 seconds and 4 git commands to generate.