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 _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"