mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 14:05:06 +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:
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
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user