Files
termux-packages/packages/starship/rust-git-config-path.diff
termux-pacman-bot b87c5a2be0 upgpkg(main/starship): 1.11.0
Signed-off-by: Kevin Williams <admin@utermux.dev>
2022-10-15 10:07:37 +00:00

12 lines
316 B
Diff

--- a/src/path.rs
+++ b/src/path.rs
@@ -170,7 +170,7 @@
Err(interpolate::Error::UserInterpolationUnsupported)
}
- #[cfg(not(windows))]
+ #[cfg(not(any(target_os = "windows", target_os = "android")))]
fn interpolate_user(
self,
home_for_user: fn(&str) -> Option<PathBuf>,