diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2017-11-05 10:58:40 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2017-11-05 10:58:40 +0000 |
commit | 90454375cf71628a1f2e0bccfc80f273eb3b3954 (patch) | |
tree | 6bd5471569c560aabd88dca369c1c7e828be1342 /etc/ksh.kshrc | |
parent | 2b3a46c29190b63ef7df6030edba6a9b2b1ec71a (diff) |
Remove the ':' at the beginning of ksh.kshrc.
prodded by Raf Czlonka
OK tb@
Diffstat (limited to 'etc/ksh.kshrc')
-rw-r--r-- | etc/ksh.kshrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/ksh.kshrc b/etc/ksh.kshrc index 05cceb5135a..5b5bd040f79 100644 --- a/etc/ksh.kshrc +++ b/etc/ksh.kshrc @@ -1,5 +1,4 @@ -: -# $OpenBSD: ksh.kshrc,v 1.29 2017/11/02 10:19:06 tb Exp $ +# $OpenBSD: ksh.kshrc,v 1.30 2017/11/05 10:58:39 rpe Exp $ # # NAME: # ksh.kshrc - global initialization for ksh |