mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 00:20: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() {
|
||||
# Grab the octal permissions so that directory creation
|
||||
# preserves permissions.
|
||||
# See: [2] at top of script.
|
||||
# Grab the octal permissions from 'ls -l' so that we can retain
|
||||
# directory permissions and strip setuid/setgid if found.
|
||||
rwx=$(ls -ld "$1") oct='' o=0
|
||||
|
||||
# Convert the output of 'ls' (rwxrwx---) to octal. This is simply
|
||||
|
Loading…
Reference in New Issue
Block a user