SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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");