CVSROOT: /cvs Module name: src Changes by: be...@cvs.openbsd.org 2018/05/18 07:25:20
Modified files: bin/ksh : c_ksh.c ksh.1 main.c sh.h Log message: remove the alias type='whence -v' and replace it with a buildin command, that just calls into c_whence(). This makes type look like the buildin in other shells and makes things like system("'type' 'git'"); work. With lots of suggestions and feedback from anton@, kn@ and jca@. ok kn@ jca@