head	1.1;
access;
symbols
	v1_2_1:1.1
	oprofile-0_5_4-branch-sf-snapshot:1.1
	sf-snapshot:1.1
	oprofile-0_5_4-branch:1.1.0.2
	oprofile-0_5_4-branchpoint:1.1;
locks; strict;
comment	@# @;


1.1
date	2004.10.13.06.14.54;	author jhandcock;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial contribution
@
text
@#!/bin/bash
#
# This little wrapper script is currently necessary because a gcj-build will
# not return the path to a link in the filesystem -- it always returns the
# actual link target. This is a workaround until that is fixed. keiths-20040322
exec -a opcontrol /usr/bin/consolehelper ${1+"$@@"}
@
