summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/MythVantage-config/install_functions.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-23 02:41:18 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-23 02:41:18 (GMT)
commite340d2a6219f25904e79ebb5524b65e8fc65e956 (patch)
tree7d432bb1181b8ace66c458d91e321f24093d2369 /abs/mv-core/MythVantage-config/install_functions.sh
parent4761d543ab407c84351b4d4428df6cc801166f3f (diff)
downloadlinhes_pkgbuild-e340d2a6219f25904e79ebb5524b65e8fc65e956.zip
linhes_pkgbuild-e340d2a6219f25904e79ebb5524b65e8fc65e956.tar.gz
linhes_pkgbuild-e340d2a6219f25904e79ebb5524b65e8fc65e956.tar.bz2
backport from linhes
Diffstat (limited to 'abs/mv-core/MythVantage-config/install_functions.sh')
-rwxr-xr-xabs/mv-core/MythVantage-config/install_functions.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/mv-core/MythVantage-config/install_functions.sh b/abs/mv-core/MythVantage-config/install_functions.sh
index cf247cb..84f9c94 100755
--- a/abs/mv-core/MythVantage-config/install_functions.sh
+++ b/abs/mv-core/MythVantage-config/install_functions.sh
@@ -60,7 +60,8 @@ do
lsusb -d "$USBID" > /dev/null 2>/dev/null
if [ $? = 0 ]
then
- Remotetype=`echo "$line"|cut -f2`
+ # Remotetype=`echo "$line"|cut -f2`
+ Remotetype=`echo "$line"|cut -d"|" -f2`
echo "found $Remotetype"
setupremote
break