head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	97.04.12.13.56.44;	author scrappy;	state dead;
branches;
next	1.1;

1.1
date	97.04.12.13.22.04;	author scrappy;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Fixes for [] escaping pointed out by Adrian
@
text
@{
	i=split($1, a, "/")
	print a[i]
}
@


1.1
log
@scripts required by configure to bypass its inabilty to use []'s inside of
configure ([] have special means to m4 *sigh*)
@
text
@@
