summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-09-22 15:51:53 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-09-22 15:51:53 (GMT)
commit7df134f1698be616302e39c5abf797fbbf769e03 (patch)
tree3ff96ec4c9779d0005c4b9bd70a96ee326482a0b /unix/tclUnixInit.c
parent68321459067cceec4c62f02b3fb1fa35667f34c4 (diff)
downloadtcl-7df134f1698be616302e39c5abf797fbbf769e03.zip
tcl-7df134f1698be616302e39c5abf797fbbf769e03.tar.gz
tcl-7df134f1698be616302e39c5abf797fbbf769e03.tar.bz2
reverting unintentional change in unix/tclUnixInit.c
Diffstat (limited to 'unix/tclUnixInit.c')
-rw-r--r--unix/tclUnixInit.c5
1 files 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;