aboutsummaryrefslogtreecommitdiff
path: root/shells/modernish/files
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-04-15 11:23:03 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-04-15 11:23:03 +0000
commit43ebfaa30d8d8744bf0e345ab29cd133640740e4 (patch)
tree21b3487118bcfd69d68b24aecf9657dd7cc0b896 /shells/modernish/files
parent5fafc75c0ff5e3ad71947b9edbb0d0720e7ec41f (diff)
downloadports-43ebfaa30d8d8744bf0e345ab29cd133640740e4.tar.gz
ports-43ebfaa30d8d8744bf0e345ab29cd133640740e4.zip
shells/modernish: Make the build more verbose
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
Diffstat (limited to 'shells/modernish/files')
-rw-r--r--shells/modernish/files/patch-install.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/shells/modernish/files/patch-install.sh b/shells/modernish/files/patch-install.sh
new file mode 100644
index 000000000000..9f59425be61e
--- /dev/null
+++ b/shells/modernish/files/patch-install.sh
@@ -0,0 +1,11 @@
+--- 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
+