[SCM] x264/master: Fix error message

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Mon Nov 17 02:20:10 UTC 2014


The following commit has been merged in the master branch:
commit 69ab1869a4ce8ea9ad1c5477ff2619ed64837d83
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Nov 16 21:20:00 2014 -0500

    Fix error message

diff --git a/debian/x264-10bit b/debian/x264-10bit
index e6923e3..b75befd 100755
--- a/debian/x264-10bit
+++ b/debian/x264-10bit
@@ -20,7 +20,7 @@ export LD_LIBRARY_PATH=/usr/lib/${DEB_HOST_GNU_TYPE}/x264-10bit${LD_LIBRARY_PATH
 
 if [ $# -gt 0 ]; then
     exec "$@"
-    echo "Execution of '$@' failed with exit code $?" >&2
+    echo "Failed to execute '$@'" >&2
     exit 1
 fi
 

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list