mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
ipso: only fiddle with factotum when editing factotum file
This commit is contained in:
parent
a58f193d08
commit
ae1f02adde
1 changed files with 4 additions and 2 deletions
6
bin/ipso
6
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){
|
||||
|
|
Loading…
Reference in a new issue