repo.or.cz
/
bitrig.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sync
[bitrig.git]
/
bin
/
ksh
/
version.c
blob
12945d93e56728d9edeb75b508361f614bb47fcb
1
/* $OpenBSD: version.c,v 1.12 1999/07/14 13:37:24 millert Exp $ */
2
3
/*
4
* value of $KSH_VERSION (or $SH_VERSION)
5
*/
6
7
#include
"sh.h"
8
9
const char
ksh_version
[] =
10
"@(#)PD KSH v5.2.14 99/07/13.2"
;