search for: 93c50d2

Displaying 1 result from an estimated 1 matches for "93c50d2".

Did you mean: 93450df2
2014 Jan 28
1
[PATCH] run: Actually use timeout --foreground option (RHBZ#1025269).
...Dec 19 08:21:53 2013 +0000 run: Use timeout --foreground option. If timeout doesn't have this option (RHEL 6) don't use timeout at all. Attempt to fix RHBZ#1025269. --- run.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.in b/run.in index d4b13fe..93c50d2 100755 --- a/run.in +++ b/run.in @@ -231,7 +231,7 @@ if timeout --help >/dev/null 2>&1; then if timeout --foreground 2 sleep 0 >/dev/null 2>&1; then # Does this version of timeout have the -k option? (Not on RHEL 6) if timeout -k 10s 10s true >/dev/nul...