head	1.2;
access;
symbols
	RELEASE_4_9_0:1.1.1.1
	RELEASE_5_1_0:1.1.1.1
	RELEASE_4_8_0:1.1.1.1
	RELEASE_5_0_0:1.1.1.1
	RELEASE_4_7_0:1.1.1.1
	RELEASE_4_6_2:1.1.1.1
	RELEASE_4_6_1:1.1.1.1
	RELEASE_4_6_0:1.1.1.1
	RELEASE_5_0_DP1:1.1.1.1
	RELEASE_4_5_0:1.1.1.1
	RELEASE_4_4_0:1.1.1.1
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	v4:1.1.1.1
	HICKS:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2003.11.08.06.26.55;	author kris;	state dead;
branches;
next	1.1;

1.1
date	98.07.20.03.51.46;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.07.20.03.51.46;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@As announced on Aug 7, remove the broken ETHOberonV4 port
@
text
@#!/bin/sh
cat <<EOF > /tmp/$$StartV4
#!/bin/sh
if [ X"\$DISPLAY" = X"" ] ; then
	echo this script should be started from within X 1>&2
	exit 1;
fi
OBERON=.:PREFIX/lib/ETHOberonV4 PREFIX/lib/ETHOberonV4/oberon &
EOF
sed -e "1,\$ s,PREFIX,$1,g" < /tmp/$$StartV4 > $1/bin/StartV4
rm -f /tmp/$$StartV4
chmod +x $1/bin/StartV4
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Initial import ETH Oberon v4.
ETH's Oberon language for Linux.

PR:		7271
Submitted by:	Jerry Hicks <jhicks@@glenatl.glenayre.com>
@
text
@@
