]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Fri, 9 Jun 2000 14:09:51 +0000 (14:09 +0000)
committercas <cas@opencascade.com>
Fri, 9 Jun 2000 14:09:51 +0000 (14:09 +0000)
src/TKWOK/TKWOK_LINKSHR.edl

index 33ffa1861bdcb1c2ee10643a2553d08e821aedcb..b225ff85496ff3c977892113f3b8ae85ac857557 100755 (executable)
@@ -1,4 +1,4 @@
---@ifnotdefined ( %TKWOK_LINKSHR_EDL ) then
+@ifnotdefined ( %TKWOK_LINKSHR_EDL ) then
  @set %TKWOK_LINKSHR_EDL = "";
  @if ( %Station == "lin" ) then
   @template LINKSHR_Footer () is
   @end;
   @template LINKSHR_CheckUndefFooter () is
    $ ;
-   $ set status=$ld_status
    $ if ( $?ld_library_path ) then
    $  setenv LD_LIBRARY_PATH $ld_library_path
    $ else
    $  unsetenv LD_LIBRARY_PATH
    $ endif
+   $ set status=$ld_status
   @end;
  @else @if ( %Station == "sun" ) then
    @template LINKSHR_Footer () is
    @end;
   @template LINKSHR_CheckUndefFooter () is
    $ ;
-   $ set status=$ld_status
    $ if ( $?ld_library_path ) then
    $  setenv LD_LIBRARY_PATH $ld_library_path
    $ else
    $  unsetenv LD_LIBRARY_PATH
    $ endif
+   $ set status=$ld_status
   @end;
    @set %LINKSHR_DBMSOpt = "";
   @endif;
  @endif;
---@endif;
+@endif;