wok rev 5198

get-wifi-firmware: fix(again)
author Rohit Joshi <jozee@slitaz.org>
date Sun Mar 28 20:50:17 2010 +0000 (2010-03-28)
parents 1f6ab90a30bb
children 178c82e43026
files get-wifi-firmware/stuff/get-wifi-firmware
line diff
     1.1 --- a/get-wifi-firmware/stuff/get-wifi-firmware	Sun Mar 28 15:28:06 2010 -0400
     1.2 +++ b/get-wifi-firmware/stuff/get-wifi-firmware	Sun Mar 28 20:50:17 2010 +0000
     1.3 @@ -190,7 +190,7 @@
     1.4  cd $TOP
     1.5  rm -rf $TMP
     1.6  
     1.7 -if [ "$2" == "--firmware" ] ; then 
     1.8 +if [ "$1" == "--firmware" ] ; then 
     1.9      echo "just install firmare: yes"
    1.10      JUST_INSTALL_FIRMWARE="yes"
    1.11  fi