From: Stephane Desneux Date: Fri, 11 Apr 2014 16:20:12 +0000 (+0200) Subject: install_widgets: fix typo X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;p=test%2Fgeneric%2Fwrt-widgets.git install_widgets: fix typo Change-Id: I3c61d55180b673411977d4da459e54c6abc65b4b Signed-off-by: Stephane Desneux --- diff --git a/install_widgets.sh b/install_widgets.sh index d1f56a0..7165153 100755 --- a/install_widgets.sh +++ b/install_widgets.sh @@ -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