diff options
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -479,7 +479,7 @@ recursiveAction(const char *fileName, int recurse, int followLinks, int depthFir | |||
479 | 479 | ||
480 | 480 | ||
481 | 481 | ||
482 | #if defined (BB_TAR) || defined (BB_MKDIR) || defined (BB_CP) | 482 | #if defined (BB_TAR) || defined (BB_MKDIR) |
483 | /* | 483 | /* |
484 | * Attempt to create the directories along the specified path, except for | 484 | * Attempt to create the directories along the specified path, except for |
485 | * the final component. The mode is given for the final directory only, | 485 | * the final component. The mode is given for the final directory only, |