From 558ba97bdeac5a68bb9248a5c4cdf2feeb24e771 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 12:45:40 +0300 Subject: Move to gawk-3.0.1. --- vms/gawkmisc.vms | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vms/gawkmisc.vms') diff --git a/vms/gawkmisc.vms b/vms/gawkmisc.vms index 9d58b51e..95983351 100644 --- a/vms/gawkmisc.vms +++ b/vms/gawkmisc.vms @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-1995 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-1996 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Progamming Language. @@ -25,7 +25,7 @@ char quote = '\''; char *defpath = DEFPATH; -char envsep = ':'; +char envsep = ','; /* gawk_name --- pull out the "gawk" part from how the OS called us */ -- cgit v1.2.3