svn commit: trunk/busybox/shell: hush_test

vda at busybox.net vda at busybox.net
Sun Feb 10 16:00:33 UTC 2008


Author: vda
Date: 2008-02-10 08:00:30 -0800 (Sun, 10 Feb 2008)
New Revision: 20972

Log:
hush: small fixes to docs/testsuite



Modified:
   trunk/busybox/shell/hush_doc.txt
   trunk/busybox/shell/hush_test/zbad2


Changeset:
Modified: trunk/busybox/shell/hush_doc.txt
===================================================================
--- trunk/busybox/shell/hush_doc.txt	2008-02-10 12:10:08 UTC (rev 20971)
+++ trunk/busybox/shell/hush_doc.txt	2008-02-10 16:00:30 UTC (rev 20972)
@@ -22,11 +22,11 @@
 
 /* callsite: run_list */
 run_pipe - runs "cmd1 | cmd2 | cmd3 [&]"
-  run_list - used if only one cmd and it is of the form "{ cmd4; cmd5 && cmd6; }"
+  run_list - used if only one cmd and it is of the form "{cmds;}"
   forks for every cmd if more than one cmd or if & is there
   pseudo_exec - runs each "cmdN" (handles builtins etc)
 
-/* callsite: run_pipe_real */
+/* callsite: run_pipe */
 pseudo_exec - runs "cmd" (handles builtins etc)
   exec - execs external programs
   run_list - used if cmdN is "(cmds)" or "{cmds;}"

Modified: trunk/busybox/shell/hush_test/zbad2
===================================================================
--- trunk/busybox/shell/hush_test/zbad2	2008-02-10 12:10:08 UTC (rev 20971)
+++ trunk/busybox/shell/hush_test/zbad2	2008-02-10 16:00:30 UTC (rev 20972)
@@ -9,7 +9,7 @@
 
 ## hush does globbing for "VAR=val" too!
 ## it should do it only for non-assignments.
-## even if word looks like assignment, it can be non-assignemnt:
+## even if word looks like assignment, it can be non-assignment:
 ## ZVAR=*.map /bin/echo ZVAR=*.map
 ## ^dont_glob           ^glob
 




More information about the busybox-cvs mailing list