X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ecc4ea809452d95ab51ff8669d66fe0549260377..6c0ebd7a7d70f398e12f672db626ecd8c1c7c659:/tools/showbuildenv diff --git a/tools/showbuildenv b/tools/showbuildenv index 089eea75..10c29bb4 100755 --- a/tools/showbuildenv +++ b/tools/showbuildenv @@ -14,7 +14,7 @@ # It jumps through hoops with `|| true' despite not using `set -e'. offset () { - sed -e '/./s/^/ /' + sed -e '/./s/^/ /' "$@" } header () { @@ -34,7 +34,7 @@ for f in \ ; do test -f $f || continue header $f - cat $f + offset $f break done