aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>1999-12-29 03:34:00 +0000
committerErik Andersen <andersen@codepoet.org>1999-12-29 03:34:00 +0000
commita89910829c73c5ed4f30eecb181d7b3087ca4f74 (patch)
tree9467006b9e64b9051ec48c6fcccd30e50c587f84 /utility.c
parentf664c004db12cdb3e379c1745351e225c7b92de7 (diff)
downloadbusybox-a89910829c73c5ed4f30eecb181d7b3087ca4f74.tar.gz
Add the beginings of some regression testing. Add in the recently
contributed loadacm utility (for dealing with unicode fonts) -Erik
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
-#if defined (BB_TAR) || defined (BB_MKDIR) || defined (BB_CP)
+#if defined (BB_TAR) || defined (BB_MKDIR)
/*
* Attempt to create the directories along the specified path, except for
* the final component. The mode is given for the final directory only,