Re: [PATCH] examples: allow to reuse environment variables in android-build

2016-09-05 Thread Petr Vorel
Hi Denys, > Can you give some context? What were you trying to do? > how current script wasn't good enough? etc It uses environment variables ANDROID and TARGET_PRODUCT variables if user has already defined them. Variables are renamed to avoid clash with environment variables for different

[PATCH] examples: allow to reuse environment variables in android-build

2016-09-04 Thread Petr Vorel
+ rename them to not clash with non intended environment variables Signed-off-by: Petr Vorel <petr.vo...@gmail.com> --- examples/android-build | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/android-build b/examples/android-build index 123ba96..a

[PATCH 1/1] sleep: Update doc

2023-11-03 Thread Petr Vorel
4c20d9f2b removed FEATURE_FLOAT_SLEEP option, thus since then there are only two variants. Fixes: 4c20d9f2b ("extend fractional duration support to "top -d N.N" and "timeout"") Signed-off-by: Petr Vorel --- coreutils/sleep.c | 15 --- 1 file changed