shithub: plan9front

ref: a48b462e4464c762fac0c8fa0af18d05db2a725f
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";