|
|
@ -13,6 +13,8 @@ |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
#Version: 1 |
|
|
|
|
|
|
|
set -e |
|
|
|
|
|
|
|
# stand-alone simplified minimal functions |
|
|
@ -58,7 +60,7 @@ fi |
|
|
|
|
|
|
|
# switching to the right sde wrapper (SDEROOT specific) |
|
|
|
# |
|
|
|
if [ "$( readlink -f "$0" )" != "$SDEROOT/bin/sde" ]; then |
|
|
|
if [ "$( readlink -f "$0" )" != "$( readlink -f "$SDEROOT/bin/sde" )" ]; then |
|
|
|
if [ "$1" == "--loop" ]; then |
|
|
|
echo_abort 2 'loop detected, abort.' |
|
|
|
else |
|
|
|