xref: /AOO41X/main/solenv/bin/oochkpatch (revision 3e9d7d56104abce564d08b4855d60c905ce880b7)
1#!/bin/sh
2if [ x${SOLARENV}x = xx ]; then
3    echo No environment found, please use 'configure' or 'setsolar'
4    exit 1
5fi
6exec perl -w $SOLARENV/bin/oochkpatch.pl "$@"
7