openbsd stat works the same way that freebsd's does
This commit is contained in:
parent
a126bd955f
commit
1c0d74f7db
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ destination="/$__object_id"
|
|||
|
||||
os=$("$__explorer/os")
|
||||
case "$os" in
|
||||
"freebsd")
|
||||
"freebsd"|"openbsd")
|
||||
# FIXME: should be something like this based on man page, but can not test
|
||||
stat -f "type: %ST
|
||||
owner: %Du %Su
|
||||
|
|
Loading…
Reference in a new issue