Mercurial > cgi-bin > hgweb.cgi > JpegWasher
view checkenv.cmd @ 54:40911898ed23
Fix multiple border glitches.
author | davidb |
---|---|
date | Thu, 07 May 2020 14:05:40 -0700 |
parents | cd2ca4727b7f |
children |
line wrap: on
line source
@echo off SETLOCAL EnableDelayedExpansion for %%i in (%*) do ( if "!%%i!"=="" ( echo ERROR: %%i not set exit/b 1 ) ) exit/b 0