mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 08:30:05 -07:00
misc: typo
This commit is contained in:
parent
cee9184832
commit
509d911236
5
kiss
5
kiss
@ -1111,9 +1111,8 @@ pkg_swap() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
file_rwx() {
|
file_rwx() {
|
||||||
# Grab the octal permissions so that directory creation
|
# Grab the octal permissions from 'ls -l' so that we can retain
|
||||||
# preserves permissions.
|
# directory permissions and strip setuid/setgid if found.
|
||||||
# See: [2] at top of script.
|
|
||||||
rwx=$(ls -ld "$1") oct='' o=0
|
rwx=$(ls -ld "$1") oct='' o=0
|
||||||
|
|
||||||
# Convert the output of 'ls' (rwxrwx---) to octal. This is simply
|
# Convert the output of 'ls' (rwxrwx---) to octal. This is simply
|
||||||
|
Loading…
Reference in New Issue
Block a user