]> git.pld-linux.org Git - packages/bootchart.git/blob - errors-fd.patch
- it is common to report errors to stderr
[packages/bootchart.git] / errors-fd.patch
1 --- bootchart-0.9/script/bootchart~     2005-11-13 19:40:01.000000000 +0200
2 +++ bootchart-0.9/script/bootchart      2009-11-19 15:25:56.134357109 +0200
3 @@ -7,7 +7,7 @@
4  if [ -f /usr/share/java-utils/java-functions ] ; then
5    . /usr/share/java-utils/java-functions
6  else
7 -  echo "Can't find functions library, aborting"
8 +  echo >&2 "Can't find functions library, aborting"
9    exit 1
10  fi
11  
This page took 0.029544 seconds and 3 git commands to generate.