Skip to content

Instantly share code, notes, and snippets.

@oliora
Created February 13, 2013 12:45
Show Gist options
  • Save oliora/4944368 to your computer and use it in GitHub Desktop.
Save oliora/4944368 to your computer and use it in GitHub Desktop.
Bug in batch-file processing: close parenthesis in echo treated as code block close
@echo off
if 1==0 (
echo first build (debug)
echo second build (release)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment