summaryrefslogtreecommitdiff
path: root/solenv/bin/createpdbrelocators
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/createpdbrelocators')
-rwxr-xr-xsolenv/bin/createpdbrelocators7
1 files changed, 7 insertions, 0 deletions
diff --git a/solenv/bin/createpdbrelocators b/solenv/bin/createpdbrelocators
new file mode 100755
index 000000000000..40a44e8f2e7c
--- /dev/null
+++ b/solenv/bin/createpdbrelocators
@@ -0,0 +1,7 @@
+#!/bin/sh
+if [ x${SOLARENV}x = xx ]; then
+ echo createpdbrelocators: no environment found!
+ exit 1
+fi
+exec perl -w $SOLARENV/bin/createpdbrelocators.pl
+