#!/bin/sh
theModule=$1
toolPath=`dirname $0`
dos2unix $theModule 
$toolPath/tweakCallConvention.pl $theModule
unix2dos $theModule
