ENV.COMMON

From Pickwiki
Jump to navigationJump to search
* ==================== ENV.COMMON =============================================
* Save the Unix environment information in this common.
* =============================================================================

  equ EC.RELOAD to 1
  equ EC.CLEAR  to 2

  common [[/ENV]]/ EC$IS.LOADED   ;* Flag to indicate these commons are loaded
  common [[/ENV]]/ EC$HOSTNAME
  common [[/ENV]]/ EC$USER
  common [[/ENV]]/ EC$[[SUDO_USER]]
  common [[/ENV]]/ EC$UVHOME
  common [[/ENV]]/ EC$PWD
  common [[/ENV]]/ EC$HOME
  
  common [[/ENV]]/ EC$REALUSER   ;* either EC$USER or EC$SUDOUSER