mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
netdata: fix whitespace in the patch that caused failures when applying
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
23a1c2ea7e
commit
546d55d8bb
@@ -7,12 +7,12 @@ index 40c0356..bca57b3 100755
|
|||||||
# can emulate the timeout command we need:
|
# can emulate the timeout command we need:
|
||||||
# > timeout SECONDS command ...
|
# > timeout SECONDS command ...
|
||||||
-if [ $check_for_timeout -eq 1 ]
|
-if [ $check_for_timeout -eq 1 ]
|
||||||
- then
|
- then
|
||||||
- require_cmd timeout || exit 1
|
- require_cmd timeout || exit 1
|
||||||
-fi
|
-fi
|
||||||
+#if [ $check_for_timeout -eq 1 ]
|
+#if [ $check_for_timeout -eq 1 ]
|
||||||
+# then
|
+# then
|
||||||
+# require_cmd timeout || exit 1
|
+# require_cmd timeout || exit 1
|
||||||
+#fi
|
+#fi
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user