mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58: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:
|
||||
# > 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
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user