summaryrefslogtreecommitdiff
path: root/solenv/bin/oochkpatch
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/oochkpatch')
-rwxr-xr-xsolenv/bin/oochkpatch6
1 files changed, 0 insertions, 6 deletions
diff --git a/solenv/bin/oochkpatch b/solenv/bin/oochkpatch
deleted file mode 100755
index 719f0765b..000000000
--- a/solenv/bin/oochkpatch
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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 "$@"