Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-01-27 22:50:47 +0300
committerErik Andersen <andersen@codepoet.org>2000-01-27 22:50:47 +0300
commitce5b466bcce4edbd8a57ed3fa91911936bd11927 (patch)
treeb49f4bb9a7eecc77307c014f8eafa1d60218da20 /archival
parentccc7488615f0079032d8b017f57e6bf6a994cf84 (diff)
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 'archival')
-rw-r--r--archival/tar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/tar.c b/archival/tar.c
index aedb36a23..0fa09ffd8 100644
--- a/archival/tar.c
+++ b/archival/tar.c
@@ -596,6 +596,7 @@ readHeader (const TarHeader * hp, int fileCount, char **fileTable)
chmod(outName, mode);
return;
}
+ return;
}
/*