commit bash-20210215 snapshot

This commit is contained in:
Chet Ramey
2021-02-17 15:31:03 -05:00
parent a6c3a43f43
commit a7309caba4
13 changed files with 1769 additions and 1352 deletions
+4
View File
@@ -96,6 +96,10 @@ do
if [ -n "$mode" ]; then
chmod $mode $newdir/$fname
elif [ "$type" = "f" ]; then
chmod $filmode $newdir/$fname
elif [ "$type" = "d" ]; then
chmod $dirmode $newdir/$fname
fi
done < $MANIFEST