We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8dfc5 commit 4dcb5edCopy full SHA for 4dcb5ed
patch-curl-clock-gettime.sh
@@ -16,7 +16,7 @@ if [ -f lib/curl_config.h ]; then
16
17
if [ $? -ne 0 ]; then
18
grep "HAVE_CLOCK_GETTIME" lib/curl_config.h
19
- sed -i 's|^#define HAVE_CLOCK_GETTIME_MONOTONIC 1|// #define HAVE_CLOCK_GETTIME_MONOTONIC 1|g' lib/curl_config.h
+ sed -i "" 's|^#define HAVE_CLOCK_GETTIME_MONOTONIC 1|// #define HAVE_CLOCK_GETTIME_MONOTONIC 1|g' lib/curl_config.h
20
21
fi
22
0 commit comments