Files
termux-packages/packages/mcfly/src-init.rs.patch
termux-pacman-bot 037688f406 mcfly: Bump to 0.7.1
2023-01-09 10:01:13 +00:00

13 lines
326 B
Diff

--- a/src/init.rs
+++ b/src/init.rs
@@ -18,8 +18,7 @@
Self {}
}
pub fn init_bash() {
- let script = include_str!("../mcfly.bash");
- print!("{}", script);
+ panic!("Bash is not supported on Android.");
}
pub fn init_zsh() {
let script = include_str!("../mcfly.zsh");