Sha256: 2fbc07f106256c20a3720b3c718a6ebf639972b6e33d4090d9f574c3f7b7de3b
Contents?: true
Size: 509 Bytes
Versions: 19
Compression:
Stored size: 509 Bytes
Contents
@echo off setlocal REM Set intermediate env vars because the %VAR:x=y% notation below REM (which replaces the string x with the string y in VAR) REM doesn't handle undefined environment variables. This way REM we're always dealing with defined variables in those tests. set CHK_HOME=_%AWS_CLOUDFORMATION_HOME% if "%CHK_HOME:"=%" == "_" goto HOME_MISSING "%AWS_CLOUDFORMATION_HOME:"=%\bin\cfn-cmd.cmd" cfn-describe-stacks %* goto DONE :HOME_MISSING echo AWS_CLOUDFORMATION_HOME is not set exit /b 1 :DONE
Version data entries
19 entries across 19 versions & 1 rubygems