do-nothing change that syncs with sources Reference: /n/atom/patch/applied2013/ipsofiddle Date: Fri Aug 16 23:18:33 CES 2013 Signed-off-by: quanstro@quanstro.net --- /rc/bin/ipso Fri Aug 16 23:18:22 2013 +++ /rc/bin/ipso Fri Aug 16 23:18:22 2013 @@ -131,13 +131,15 @@ # edit the files if(~ $edit yes) $editor `{for(i in $files) basename $i} -if(~ $flush yes && ~ factotum $files){ - echo flushing old keys - echo delkey > /mnt/factotum/ctl -} -if(~ $load yes && ~ factotum $files){ - echo loading factotum keys - read -m < factotum > /mnt/factotum/ctl +if(~ factotum $files){ + if(~ $flush yes){ + echo flushing old keys + echo delkey > /mnt/factotum/ctl + } + if(~ $load yes){ + echo loading factotum keys + read -m < factotum > /mnt/factotum/ctl + } } # copy the files back