diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-27 19:50:47 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-27 19:50:47 +0000 |
commit | ce5b466bcce4edbd8a57ed3fa91911936bd11927 (patch) | |
tree | b49f4bb9a7eecc77307c014f8eafa1d60218da20 /tar.c | |
parent | ccc7488615f0079032d8b017f57e6bf6a994cf84 (diff) | |
download | busybox-w32-ce5b466bcce4edbd8a57ed3fa91911936bd11927.tar.gz busybox-w32-ce5b466bcce4edbd8a57ed3fa91911936bd11927.tar.bz2 busybox-w32-ce5b466bcce4edbd8a57ed3fa91911936bd11927.zip |
copyFile could call chmod on a symlink, changing the perms
of the pointed to file. Minor fix to tar for directory handling.
-Erik
Diffstat (limited to 'tar.c')
-rw-r--r-- | tar.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -596,6 +596,7 @@ readHeader (const TarHeader * hp, int fileCount, char **fileTable) | |||
596 | chmod(outName, mode); | 596 | chmod(outName, mode); |
597 | return; | 597 | return; |
598 | } | 598 | } |
599 | return; | ||
599 | } | 600 | } |
600 | 601 | ||
601 | /* | 602 | /* |