head	1.1;
access;
symbols
	wx-lmi-20040506T2328Z:1.1
	wx-lmi-20040504T0034Z:1.1
	wx-lmi-20040503T0338Z:1.1
	wx-lmi-20040502T1436Z:1.1;
locks; strict;
comment	@# @;


1.1
date	2004.05.10.06.07.28;	author chicares;	state Exp;
branches;
next	;


desc
@@


1.1
log
@wx-lmi-20040502T1436Z
@
text
@#!/usr/bin/sh
# Written 2004 by Gregory W. Chicares and placed in the public domain.
# zsh only!
cmd="
  ComSpec=$WindowsComSpec;
  COMSPEC=$WindowsComSpec;
  path=(/como433/bin /mingw-2.95.3-5/bin /usr/bin C:/WINNT/system32 C:/WINNT);
  export COMO_MIN_INCLUDE=/mingw-2.95.3-5/include;
  como $*
  exit;"
sh -c $cmd || print Error executing command: $cmd

@
