Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2017 21:29:26 +0100
From:      Stefan Esser <se@freebsd.org>
To:        Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>, freebsd-ports@freebsd.org
Subject:   Re: portmaster strange output after patch
Message-ID:  <ddb4c71f-f3e2-9381-c001-c07777187718@freebsd.org>
In-Reply-To: <ed552862-18bf-b8ba-15f2-1cccfa7a1a41@utanet.at>
References:  <15dd43a3-5c71-17c5-f5bd-5c676a495bcb@utanet.at> <ed552862-18bf-b8ba-15f2-1cccfa7a1a41@utanet.at>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ddb4c71f-f3e2-9381-c001-c07777187718>