summaryrefslogtreecommitdiff
blob: b3b27ef7f14a078360074dfb08c04a8f42809e6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
http://bugs.gw.com/view.php?id=53

diff -uNr tcsh-6.15.00.orig/tw.parse.c tcsh-6.15.00/tw.parse.c
--- tcsh-6.15.00.orig/tw.parse.c	2007-03-01 23:21:42.000000000 +0200
+++ tcsh-6.15.00/tw.parse.c	2007-06-30 20:10:54.000000000 +0300
@@ -433,7 +433,7 @@
 	Char *p;
 	int found;
 
-	found = !cmd_expand(qline.s + wordp, &p);
+	found = cmd_expand(qline.s + wordp, &p);
 	
 	if (!found) {
 	    xfree(p);