[BusyBox] bug from recursivce_action revision 1.12

tonyb at sysdev.org tonyb at sysdev.org
Wed Apr 7 09:06:28 UTC 2004


On Wed, 07 Apr 2004 20:37:57 +0400
"Vladimir N. Oleynik" <dzo at simtreas.ru> wrote:

> Last changes (rev 1.12) to recursive_actions() by Christian
> Grigis have problem.
> Test for demonstrate:
> 
> $ mkdir aaa bbb ccc
> $ busybox chmod 777 -R .
> ./bbb: Permision denied
> 
> But "./ccc" mode not changed. Previous variant works fine,
> errors skiped and continued recursion.

chmod syntax is:
	chmod [options] mode file...

Maybe order DOES make a difference, in the busybox parsing ???

TonyB

--
  __      __  _     I N C.               http://www.sysdev.org
/ __|\\// __||  \  __   __          /         tonyb at sysdev.org
\__ \ \/\__ \||)|/ O_)\/ /        \/  System Tools / Utilities
|___/ || ___/|_ /\___|\_/        WIntel / Linux Device Drivers




More information about the busybox mailing list