plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit ae1f02adde30419e698a3f95d3bb0380aa5ec5a7
parent a58f193d08c370efc6b008e807563f1f678c7b69
Author: Russ Cox <rsc@swtch.com>
Date:   Wed,  9 Jul 2008 11:44:27 -0400

ipso: only fiddle with factotum when editing factotum file

Diffstat:
Mbin/ipso | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/bin/ipso b/bin/ipso @@ -58,9 +58,11 @@ while(~ $1 -*){ } 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){