From c11c7cb17b6d56aa132b51fcb4b242fe7941d337 Mon Sep 17 00:00:00 2001 From: Miguel Sofer Date: Wed, 22 Sep 2004 15:51:53 +0000 Subject: reverting unintentional change in unix/tclUnixInit.c --- unix/tclUnixInit.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index d0bf322..3fe1a0f 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -7,7 +7,7 @@ * Copyright (c) 1999 by Scriptics Corporation. * All rights reserved. * - * RCS: @(#) $Id: tclUnixInit.c,v 1.48 2004/09/22 15:48:23 msofer Exp $ + * RCS: @(#) $Id: tclUnixInit.c,v 1.49 2004/09/22 15:51:53 msofer Exp $ */ #if defined(HAVE_CFBUNDLE) @@ -423,8 +423,7 @@ CONST char *path; /* Path to the executable in native * overwrite pathv[0] since that might produce a relative path. */ - //if (0 && path != NULL) { - if (path != NULL) { + if (0 && path != NULL) { int i, origc; CONST char **origv; -- cgit v0.12