[pisa-src] r942 - trunk/tools

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 04 Sep 2009 18:37:28 +0200

Author: biurrun
Date: Fri Sep  4 18:37:28 2009
New Revision: 942

Log:
Fix embarassing typo caused by mechanical application of an emacs macro.

Modified:
   trunk/tools/switch-ip

Modified: trunk/tools/switch-ip
==============================================================================
--- trunk/tools/switch-ip       Fri Sep  4 18:33:36 2009        (r941)
+++ trunk/tools/switch-ip       Fri Sep  4 18:37:28 2009        (r942)
@@ -254,7 +254,7 @@
          run_verbose delroute
 
          echo "Getting a new IP configuration for $IFWLAN via DHCP..."
-         $run_verbose DHCP_CMD $IFWLAN
+         run_verbose $DHCP_CMD $IFWLAN
 
          run_verbose route add -net $DESTINATION netmask $NETMASK gw $AP_IP
          ;;

Other related posts:

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