SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
lang/gleam/patches/patch-compiler-cli_src_shell_rs
Normal file
13
lang/gleam/patches/patch-compiler-cli_src_shell_rs
Normal file
|
@ -0,0 +1,13 @@
|
|||
Consider MODERL_VERSION
|
||||
Index: compiler-cli/src/shell.rs
|
||||
--- compiler-cli/src/shell.rs.orig
|
||||
+++ compiler-cli/src/shell.rs
|
||||
@@ -22,7 +22,7 @@ pub fn command() -> Result<(), Error> {
|
||||
ctrlc::set_handler(move || {}).expect("Error setting Ctrl-C handler");
|
||||
|
||||
// Prepare the Erlang shell command
|
||||
- let mut command = Command::new("erl");
|
||||
+ let mut command = Command::new("erl${MODERL_VERSION}");
|
||||
|
||||
// Print character lists as lists
|
||||
let _ = command.arg("-stdlib").arg("shell_strings").arg("false");
|
Loading…
Add table
Add a link
Reference in a new issue