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

« back to all changes in this revision

Viewing changes to bin/ec2ver.cmd

  • Committer: Scott Moser
  • Date: 2011-06-06 18:05:22 UTC
  • mfrom: (16.1.22 upstream-oneiric)
  • Revision ID: smoser@ubuntu.com-20110606180522-1unt506xoc7v9iwf
* New upstream release. API version 2011-05-15.
  * New function includes: 
    * Support for Amazon Spot Instances Availability Zone Local 
      Pricing Changes (API version 2011-05-05)

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" ShowVersion %*
20
20
goto DONE