ports/shells/modernish/files/patch-install.sh
Mateusz Piotrowski 43ebfaa30d 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
2021-04-15 13:23:03 +02:00

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