head	1.2;
access;
symbols
	Avalon-3_1a1:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.02.03.05.47.06;	author donaldp;	state Exp;
branches;
next	1.1;

1.1
date	2000.12.18.22.49.42;	author donaldp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to latest Ant so that Tinderbox builds work
@
text
@#! /bin/sh

# Args: DIR command
cd "$1"
CMD="$2"
shift
shift

exec $CMD "$@@"
@


1.1
log
@Updated tools location
@
text
@d4 2
a5 2
cd $1
CMD=$2
d9 1
a9 5
if test -f $CMD.sh; then
  CMD="sh $CMD.sh"
fi

echo $CMD $@@ | sh
@

