diff package @ 192:8f4a9a37d4d9

delay autowhitelisting to avoid out of office reply bots
author carl
date Sun, 11 Nov 2007 12:49:25 -0800
parents c7fc218686f5
children fbcf2733fe79
line wrap: on
line diff
--- a/package	Sat Nov 10 16:20:51 2007 -0800
+++ b/package	Sun Nov 11 12:49:25 2007 -0800
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+find . -name '*~' | while read a; do rm -f "$a"; done
+
 T=`grep AC_INIT configure.in | cut -d'(' -f2`
 NAME=`echo $T | cut -d, -f1`
 VER=`echo $T | cut -d, -f2`