head	1.1;
access;
symbols
	v1_2_1:1.1
	sf-snapshot:1.1;
locks; strict;
comment	@# @;


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


desc
@@


1.1
log
@        * install: Revert last patch.
        * update-perms: New.
@
text
@#!/bin/sh
#
# This script sets the executable bits for Eclipse-OProfile executables.

opxml=$(find os -type f -name opxml)
chmod +x $opxml
chmod +x opcontrol
chmod +x uninstall
@
