install_widgets: fix typo 60/19460/1 tizen
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>
Fri, 11 Apr 2014 16:20:12 +0000 (18:20 +0200)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Fri, 11 Apr 2014 16:20:12 +0000 (18:20 +0200)
Change-Id: I3c61d55180b673411977d4da459e54c6abc65b4b
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
install_widgets.sh

index d1f56a0..7165153 100755 (executable)
@@ -16,7 +16,6 @@ if [ -z "$(ls $wgtdir/*.wgt 2> /dev/null)" ]; then
 fi
 
 for wgt in $(grep "^$USER" $wgtdir/install.conf | cut -f2 -d':'); do
-do 
     echo "installing $wgt"
        if [ -x /usr/bin/wrt-installer ]; then
                wrt-installer -i $wgtdir/$wgt