vdr/vdr/debian plugin-loader.sh

Tobias Grimm pkg-vdr-dvb-changes@lists.alioth.debian.org
Mon, 09 Aug 2004 17:38:57 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian
In directory haydn:/tmp/cvs-serv28445

Modified Files:
	plugin-loader.sh 
Log Message:
corrected indentation, added newline after plugin output

Index: plugin-loader.sh
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/plugin-loader.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- plugin-loader.sh	7 Aug 2004 11:32:59 -0000	1.10
+++ plugin-loader.sh	9 Aug 2004 17:38:55 -0000	1.11
@@ -71,9 +71,9 @@
         echo -n " $plugin"
         if [ -r "$PLUGIN_CFG_DIR/plugin.$plugin.conf" ] ; then
             arguments=( `cat $PLUGIN_CFG_DIR/plugin.$plugin.conf | sed "s/#.*$//"` )
-				PLUGINS="$PLUGINS -P \"$plugin ${arguments[*]}\""
-        else
-			   PLUGINS="$PLUGINS -P $plugin"
+            PLUGINS="$PLUGINS -P \"$plugin ${arguments[*]}\""
+	else
+	    PLUGINS="$PLUGINS -P $plugin"
         fi
     done
 
@@ -83,4 +83,5 @@
              "possible binary incompatibility: "
         echo -n $leftout
     fi
+    echo
 }