[pisa-src] r928 - trunk/tools

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 04 Sep 2009 13:07:48 +0200

Author: biurrun
Date: Fri Sep  4 13:07:48 2009
New Revision: 928

Log:
Remove mistakenly committed debug line.

Modified:
   trunk/tools/switch-ip

Modified: trunk/tools/switch-ip
==============================================================================
--- trunk/tools/switch-ip       Fri Sep  4 12:54:09 2009        (r927)
+++ trunk/tools/switch-ip       Fri Sep  4 13:07:48 2009        (r928)
@@ -178,7 +178,7 @@
       i=$(($i+2))
       ;;
     --nowep ) echo "Running without WEP keys..."; USEWEPKEYS=0; i=$(($i+1));;
-    -- ) i=$(($i+1)); echo $i; break;;
+    -- ) i=$(($i+1)); break;;
     * ) usage; exit 1;;
   esac
 done

Other related posts:

  • » [pisa-src] r928 - trunk/tools - Diego Biurrun