]> git.pld-linux.org Git - packages/bootchart.git/commitdiff
- it is common to report errors to stderr auto/th/bootchart-0_9-4
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 19 Nov 2009 13:27:51 +0000 (13:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    errors-fd.patch -> 1.1

errors-fd.patch [new file with mode: 0644]

diff --git a/errors-fd.patch b/errors-fd.patch
new file mode 100644 (file)
index 0000000..2c62137
--- /dev/null
@@ -0,0 +1,11 @@
+--- bootchart-0.9/script/bootchart~    2005-11-13 19:40:01.000000000 +0200
++++ bootchart-0.9/script/bootchart     2009-11-19 15:25:56.134357109 +0200
+@@ -7,7 +7,7 @@
+ if [ -f /usr/share/java-utils/java-functions ] ; then
+   . /usr/share/java-utils/java-functions
+ else
+-  echo "Can't find functions library, aborting"
++  echo >&2 "Can't find functions library, aborting"
+   exit 1
+ fi
This page took 0.071995 seconds and 4 git commands to generate.