chiark / gitweb /
mm it works on liberator now
[ian-dotfiles.git] / process
diff --git a/process b/process
index 33ed6aee27b59226ac89e63977e87f335b872125..1d8e39d025aa6512d8d8e307f0dd946b3d7de471 100755 (executable)
--- 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,^/,,;