summaryrefslogtreecommitdiff
path: root/solenv/bin/oochkpatch
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-04 08:12:30 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-04 08:12:30 +0000
commit4b66aac09f06cc9fcd6464b05da1ba097c484e4f (patch)
tree785f032de784a9d1262a61f0461ce9e1659674ac /solenv/bin/oochkpatch
parent9564008bd067b1a8e2a8c3159068e041f00ab02c (diff)
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
Diffstat (limited to 'solenv/bin/oochkpatch')
-rwxr-xr-xsolenv/bin/oochkpatch6
1 files changed, 6 insertions, 0 deletions
diff --git a/solenv/bin/oochkpatch b/solenv/bin/oochkpatch
new file mode 100755
index 000000000000..719f0765bcff
--- /dev/null
+++ b/solenv/bin/oochkpatch
@@ -0,0 +1,6 @@
+#!/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 "$@"