mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +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:
|
||||
# > timeout SECONDS command ...
|
||||
-if [ $check_for_timeout -eq 1 ]
|
||||
- then
|
||||
- require_cmd timeout || exit 1
|
||||
- then
|
||||
- require_cmd timeout || exit 1
|
||||
-fi
|
||||
+#if [ $check_for_timeout -eq 1 ]
|
||||
+# then
|
||||
+# require_cmd timeout || exit 1
|
||||
+# then
|
||||
+# require_cmd timeout || exit 1
|
||||
+#fi
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user