office-gobmx/solenv/bin/oochkpatch
Rüdiger Timm 4b66aac09f INTEGRATION: CWS thb10 (1.1.2); FILE ADDED
2006/04/28 13:32:16 thb 1.1.2.1: #i64479# Script wrapper for oochkpatch.pl
2006-05-04 08:12:30 +00:00

6 lines
170 B
Bash
Executable file

#!/bin/sh
if [ x${SOLARENV}x = xx ]; then
echo No environment found, please use 'configure' or 'setsolar'
exit 1
fi
exec perl -w $SOLARENV/bin/oochkpatch.pl "$@"