X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=process;h=1d8e39d025aa6512d8d8e307f0dd946b3d7de471;hb=5bd2301f6cebf2feca65138977d766dd79d9a138;hp=33ed6aee27b59226ac89e63977e87f335b872125;hpb=f0ed10113081dd439197f63d53ae0c05e996ef03;p=ian-dotfiles.git diff --git a/process b/process index 33ed6ae..1d8e39d 100755 --- a/process +++ b/process @@ -114,6 +114,7 @@ sub prep_proc ($$) { opendir D, "files" or die $!; while ($if=readdir D) { next unless $if =~ m/^[_a-z0-9\\]/; + next if $if =~ m/\~$/; $of= $if; $of =~ s,_,/,g; $of =~ s,^/,,;