aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-29 03:34:00 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-29 03:34:00 +0000
commit103b078477663fb6d80290de32b948a9d683baf2 (patch)
tree9467006b9e64b9051ec48c6fcccd30e50c587f84 /utility.c
parentb075e176c84bb3a5518bbabc5172212886a763b5 (diff)
downloadbusybox-w32-103b078477663fb6d80290de32b948a9d683baf2.tar.gz
busybox-w32-103b078477663fb6d80290de32b948a9d683baf2.tar.bz2
busybox-w32-103b078477663fb6d80290de32b948a9d683baf2.zip
Add the beginings of some regression testing. Add in the recently
contributed loadacm utility (for dealing with unicode fonts) -Erik git-svn-id: svn://busybox.net/trunk/busybox@269 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index d042b9910..2a840f78e 100644
--- a/utility.c
+++ b/utility.c
@@ -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,