git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
603e591
)
Proper parse the background argument -b.
author
František Dvořák
<valtri@civ.zcu.cz>
Wed, 22 Jul 2009 16:53:35 +0000
(16:53 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Wed, 22 Jul 2009 16:53:35 +0000
(16:53 +0000)
org.glite.lb.utils/src/purge.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.utils/src/purge.c
b/org.glite.lb.utils/src/purge.c
index
1dba77c
..
9529e74
100644
(file)
--- a/
org.glite.lb.utils/src/purge.c
+++ b/
org.glite.lb.utils/src/purge.c
@@
-212,7
+212,7
@@
int main(int argc,char *argv[])
case '?': usage(me); return 1;
}
- if ((background == -1 && request->target_runtime) || background)
+ if ((background == -1 && request->target_runtime) || background
> 0
)
request->flags |= EDG_WLL_PURGE_BACKGROUND;
}