[BACK]Return to ksh.kshrc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/ksh.kshrc between version 1.20 and 1.21

version 1.20, 2015/02/18 08:39:32 version 1.21, 2016/09/09 16:11:12
Line 53 
Line 53 
         tty=`tty`          tty=`tty`
         tty=`basename $tty`          tty=`basename $tty`
         TTY=${TTY:-$tty}          TTY=${TTY:-$tty}
           # $console is the system console device
           console=$(sysctl machdep.console_device)
           console=${console#*=}
   
         set -o emacs          set -o emacs
   

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21