shithub: plan9front

ref: 54e1b8431e7888fc194fa1b45daf57e70ca78dd1
dir: /sys/src/ape/cmd/pdksh/version.c/

View raw version
/*
 * value of $KSH_VERSION (or $SH_VERSION)
 */

#include "sh.h"

const char ksh_version [] =
	"@(#)PD KSH v5.2.14 99/07/13.2";