| commit | ae1f02adde30419e698a3f95d3bb0380aa5ec5a7 | [log] [tgz] |
|---|---|---|
| author | Russ Cox <rsc@swtch.com> | Wed Jul 09 11:44:27 2008 -0400 |
| committer | Russ Cox <rsc@swtch.com> | Wed Jul 09 11:44:27 2008 -0400 |
| tree | 1bff55a5ceb015db582281ebc4968e772f74a9a2 | |
| parent | a58f193d08c370efc6b008e807563f1f678c7b69 [diff] |
ipso: only fiddle with factotum when editing factotum file
diff --git a/bin/ipso b/bin/ipso index 59e316a..4095369 100755 --- a/bin/ipso +++ b/bin/ipso
@@ -58,9 +58,11 @@ } if(~ $flush no && ~ $edit no && ~ $load no){ - load = yes edit = yes - flush = yes + if(~ factotum $*){ + load = yes + flush = yes + } } if(~ $flush yes && ~ $edit no && ~ $load no){