diff options
author | Mamta Upadhyay <upadhyaym@vmware.com> | 2018-06-14 09:29:43 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-06-14 23:17:38 +0200 |
commit | cf448436facd28da1bafe031d14a8bc4f165ddaa (patch) | |
tree | 8feddb038a5f5c9bdad59507f29e8413fecc1aa8 /docs/libcurl/curl_share_cleanup.3 | |
parent | 351dabbf3dfe1370045a29aa6dba3e0a3686eaeb (diff) |
maketgz: fix sed issues on OSX
maketgz creates release tarballs and removes the -DEV string in curl
version (e.g. 7.58.0-DEV), else -DEV shows up on command line when curl
is run. maketgz works fine on linux but fails on OSX. Problem is with
the sed commands that use option -i without an extension. Maketgz
expects GNU sed instead of BSD and this simply won't work on OSX. Adding
a backup extension .bak after -i fixes this issue
Running the script as if on OSX gives this error:
sed: -e: No such file or directory
Adding a .bak extension resolves it
Closes #2660
Diffstat (limited to 'docs/libcurl/curl_share_cleanup.3')
0 files changed, 0 insertions, 0 deletions