cookutils diff cook @ rev 1046
Tiny Edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Apr 07 06:19:04 2018 +0100 (2018-04-07) |
parents | 67126d864b8d |
children | 0616fab99da8 |
line diff
1.1 --- a/cook Sat Mar 31 13:49:11 2018 +0300 1.2 +++ b/cook Sat Apr 07 06:19:04 2018 +0100 1.3 @@ -1537,7 +1537,7 @@ 1.4 | while read k; do 1.5 # make dir if it does not exist 1.6 if [ ! -d "$fs$k" ]; then 1.7 - # It's like "copy the directory without it's underlying content". 1.8 + # It's like "copy the directory without its underlying content". 1.9 # keep original ownership/permissions, access: 1.10 keepIFS="$IFS"; unset IFS 1.11 install -d $(stat -c'-o%u -g%g -m%a' "$install$k") "$fs$k"