redo-ifchange: remove special case for zero arguments.
Not sure why I put there, but special cases aren't worth the hassle.
This commit is contained in:
parent
60b34d81ec
commit
ea7057d9b6
2 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
|||
#!/usr/bin/python
|
||||
import sys, os
|
||||
if not sys.argv[1:]:
|
||||
sys.exit(0) # nothing to do, so we can't possibly do it wrong
|
||||
|
||||
import vars_init
|
||||
vars_init.init(sys.argv[1:])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue