svn commit: [26146] trunk/busybox/shell
vda at busybox.net
vda at busybox.net
Sat Apr 18 11:25:18 UTC 2009
Author: vda
Date: 2009-04-18 11:25:18 +0000 (Sat, 18 Apr 2009)
New Revision: 26146
Log:
hush: fix thinko in unset_func
Modified:
trunk/busybox/shell/hush.c
Changeset:
Modified: trunk/busybox/shell/hush.c
===================================================================
--- trunk/busybox/shell/hush.c 2009-04-18 11:23:38 UTC (rev 26145)
+++ trunk/busybox/shell/hush.c 2009-04-18 11:25:18 UTC (rev 26146)
@@ -2863,6 +2863,7 @@
free(funcp);
break;
}
+ funcpp = &funcp->next;
}
}
More information about the busybox-cvs
mailing list