aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-01-03 01:38:29 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-01-03 01:38:29 +0000
commit5e23e3d6314c025d353798f0a34d3da84936b908 (patch)
tree66bbe0cb2f16d50ed550562c36168abb8078dbfe
parentfa0443216dee3ea313ea05187a4535b48edf7c2a (diff)
downloadbusybox-w32-5e23e3d6314c025d353798f0a34d3da84936b908.tar.gz
busybox-w32-5e23e3d6314c025d353798f0a34d3da84936b908.tar.bz2
busybox-w32-5e23e3d6314c025d353798f0a34d3da84936b908.zip
enable is_direcotry() for dpkg-deb
-rw-r--r--utility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index fa2067af3..3d5620ec5 100644
--- a/utility.c
+++ b/utility.c
@@ -261,7 +261,7 @@ void reset_ino_dev_hashtable(void)
261 261
262#endif /* BB_CP_MV || BB_DU */ 262#endif /* BB_CP_MV || BB_DU */
263 263
264#if defined (BB_CP_MV) || defined (BB_DU) || defined (BB_LN) 264#if defined (BB_CP_MV) || defined (BB_DU) || defined (BB_LN) || defined (BB_DPKG_DEB)
265/* 265/*
266 * Return TRUE if a fileName is a directory. 266 * Return TRUE if a fileName is a directory.
267 * Nonexistant files return FALSE. 267 * Nonexistant files return FALSE.