mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
Our official poudriere instances fail to build this port for unknown reasons. Let's get some additional logs in order to fix the issue. Reported by: pkg-fallout
11 lines
344 B
Bash
11 lines
344 B
Bash
--- install.sh.orig 2021-04-15 11:21:11 UTC
|
|
+++ install.sh
|
|
@@ -119,7 +119,7 @@ case ${opt_s+s} in
|
|
( * ) MSH_SHELL=$opt_s
|
|
export MSH_SHELL
|
|
echo "Relaunching ${0##*/} with $MSH_SHELL..." >&2
|
|
- exec "$MSH_SHELL" "$MSH_PREFIX/${0##*/}" --relaunch "$@" ;;
|
|
+ exec "$MSH_SHELL" -x "$MSH_PREFIX/${0##*/}" --relaunch "$@" ;;
|
|
esac ;;
|
|
esac
|
|
|