c4c1d3b813
2003/07/08 10:05:57 hr 1.1.2.1: #109636#: implement createpdbrelocatos
7 lines
159 B
Bash
Executable file
7 lines
159 B
Bash
Executable file
#!/bin/sh
|
|
if [ x${SOLARENV}x = xx ]; then
|
|
echo createpdbrelocators: no environment found!
|
|
exit 1
|
|
fi
|
|
exec perl -w $SOLARENV/bin/createpdbrelocators.pl
|
|
|