vdr/vdr/debian plugin-loader.sh
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Wed, 21 Jul 2004 13:37:45 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian
In directory haydn:/tmp/cvs-serv4742/vdr/vdr/debian
Modified Files:
plugin-loader.sh
Log Message:
cosmetic fixes
Index: plugin-loader.sh
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/plugin-loader.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- plugin-loader.sh 17 Jul 2004 21:56:53 -0000 1.7
+++ plugin-loader.sh 21 Jul 2004 13:37:43 -0000 1.8
@@ -79,8 +79,8 @@
# warn about incompatible plugins
if [ "$leftout" != "" ]; then
- echo "WARNING: The following plugins have been left out due to "\
- "possible binary incompatibility:"
- echo $leftout
+ echo -ne "\nWARNING: The following plugins have been left out due to"\
+ "possible binary incompatibility: "
+ echo -n $leftout
fi
}