summaryrefslogtreecommitdiff
path: root/shells/eltclsh/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'shells/eltclsh/patches/patch-aa')
-rw-r--r--shells/eltclsh/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/shells/eltclsh/patches/patch-aa b/shells/eltclsh/patches/patch-aa
deleted file mode 100644
index e9c76f6a32e..00000000000
--- a/shells/eltclsh/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/11/21 15:27:42 obache Exp $
-
---- src/loop.c.orig 2005-10-04 07:29:20.000000000 +0000
-+++ src/loop.c
-@@ -301,7 +301,7 @@ elTclshLoop(int argc, char **argv, ElTcl
- */
-
- done:
-- if (iinfo->command != NULL) Tcl_DecrRefCount(iinfo->command);
-+ if (iinfo->command != NULL) {Tcl_DecrRefCount(iinfo->command);}
- snprintf(buffer, sizeof(buffer), "exit %d", exitCode);
- Tcl_Eval(iinfo->interp, buffer);
- }