*** /usr/local/rsi/idl_5.2/bin/idl.orig	Mon Nov  2 18:23:09 1998
--- /usr/local/rsi/idl_5.2/bin/idl	Tue Jun 15 22:29:41 1999
***************
*** 310,316 ****
      exit 1
  fi
  
! exec $IDL_DIR/bin/bin.$OS$OSVER$ARCH/$APPLICATION $* $APP_ARGS
  
  # We shouldn't get here unless there was an error.
  echo "$APPLICATION is not availible for this system ($OS/$ARCH)"
--- 310,320 ----
      exit 1
  fi
  
! if [ "$APPLICATION" = "idlhelp" ]; then
!   exec $IDL_DIR/bin/bin.$OS$OSVER$ARCH/$APPLICATION $* $APP_ARGS
! else
!   LD_LIBRARY_PATH=/usr/i386-glibc20-linux/lib:$LD_LIBRARY_PATH exec /usr/i386-glibc20-linux/lib/ld-linux.so.2 $IDL_DIR/bin/bin.$OS$OSVER$ARCH/$APPLICATION $* $APP_ARGS
! fi
  
  # We shouldn't get here unless there was an error.
  echo "$APPLICATION is not availible for this system ($OS/$ARCH)"

