xref: /AOO41X/main/solenv/bin/oochkpatch (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
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