From 7bd57c5d3b09e53f10d54026574917f94f75a046 Mon Sep 17 00:00:00 2001 From: cas Date: Fri, 9 Jun 2000 14:09:51 +0000 Subject: [PATCH] No comments --- src/TKWOK/TKWOK_LINKSHR.edl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/TKWOK/TKWOK_LINKSHR.edl b/src/TKWOK/TKWOK_LINKSHR.edl index 33ffa18..b225ff8 100755 --- a/src/TKWOK/TKWOK_LINKSHR.edl +++ b/src/TKWOK/TKWOK_LINKSHR.edl @@ -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 @@ -10,12 +10,12 @@ @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 @@ -27,15 +27,15 @@ @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; -- 2.39.5