diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-01-17 00:00:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-01-17 09:55:05 +0100 |
commit | d8106b6db488a4439f7bb781920c92a056b91ba6 (patch) | |
tree | 75df9256b0ecdb869d3f81a87284dea824974967 /connectivity | |
parent | e9a9fce77822d4a79eab18930144941a10b0029a (diff) |
Non-standard sed -i option is different on macOS than with GNU sed
While with GNU sed the optional backup suffix is given directly as part of the
-i[SUFFIX] (or --in-place[=SUFFIX]) argument, on macOS it must unconditionally
be given as a (potentially empty) argument following the -i argument. That
means that on macOS the -e that happens to follow the -i in these sed
invocations (and that happens to not be necessary to introduce the following
script in these invocations) was mistaken as the backup suffix, causing creation
of pointless workdir/CustomTarget/*/generated/tokens.cxx-e backup files.
Change-Id: Icd865c76139afa348d03813eb83653afd7221a0e
Reviewed-on: https://gerrit.libreoffice.org/66491
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'connectivity')
0 files changed, 0 insertions, 0 deletions