mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-31 07:23:52 +02:00
commit bash-20210215 snapshot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user