cosmetics

1_11_stable
Denis Vlasenko 2008-06-09 07:58:53 +00:00
parent 2d0529c9bc
commit 598bb732e8
1 changed files with 3 additions and 3 deletions

View File

@ -251,7 +251,7 @@ diff -d -urpN busybox.7/shell/msh.c busybox.8/shell/msh.c
+ frame[cur_frame].argv = dolv;
+
+ cur_frame++;
+ /* do some argment parse and set arguments */
+ /* do some argument parse and set arguments */
+ temp_argv = xmalloc(sizeof(char *));
+ temp_argv[0] = xstrdup(f->name);
+ temp_argc = 0;