portmaster strange output after patch

Stefan Esser se at freebsd.org
Fri Dec 15 20:29:39 UTC 2017


Am 15.12.17 um 20:59 schrieb Walter Schwarzenfeld:
> Found it:
> 
> It is the shebang
> 
> -#!/bin/sh
> +#!/bin/sh -x
> 
> Stefan please remove "-x"

Yes, thanks for reporting that I forgot to remove the -x that I had added for
testing. Since portmaster executes itself repeatedly, that was the best way
to get trace output from child processes, it did not suffice to execute the
script with "sh -x portmaster".

Sorry for the breakage, it is fixed in the patch I committed 15v Minutes ago.

Regards, STefan


More information about the freebsd-ports mailing list