~awstools-dev/ubuntu/natty/ec2-api-tools/natty

« back to all changes in this revision

Viewing changes to bin/ec2-replace-network-acl-association.cmd

  • Committer: Scott Moser
  • Date: 2011-06-06 17:20:49 UTC
  • mfrom: (33.1.3 upstream-natty)
  • Revision ID: smoser@ubuntu.com-20110606172049-th2jw7e9slzdyoat
* New upstream release. API version 2011-05-15.
  * New function includes: 
    * Support for Amazon Spot Instances Availability Zone Local Pricing
      Changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
REM we're always dealing with defined variables in those tests.
15
15
set CHK_HOME=_%EC2_HOME%
16
16
 
17
 
if %CHK_HOME% == "_" goto HOME_MISSING
 
17
if "%CHK_HOME:"=%" == "_" goto HOME_MISSING
18
18
 
19
19
"%EC2_HOME:"=%\bin\ec2-cmd" ReplaceNetworkAclAssociation %*
20
20
goto DONE