nushell/crates/nu-command
hardfault 729373aba0
fix(cd): on android/termux fails to cd into /sdcard (#10329)
fix on android/termux fails to cd into /sdcard or any directory that
user has access via group

fixes #8095

I am not aware how this works on other platform so feel free to modify
this pr or even close it if it is not correct

# Description
on android or on linux to check if the user belongs to given directory
group, use `libc::getgroups` function

# User-Facing Changes
NA
2023-12-19 16:48:20 +08:00
..
src fix(cd): on android/termux fails to cd into /sdcard (#10329) 2023-12-19 16:48:20 +08:00
tests Allow filesize type as a valid limit value (#11349) 2023-12-16 09:56:03 -06:00
Cargo.toml Fix build on NetBSD (#11364) 2023-12-18 06:41:27 -06:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00