autoupdate (for gendocs.sh accepting --email)
[pspp] / config / srclist-update
index 3355fcb0b47d82c3080eeca62705a4432c8ec169..cf36d5dde6f6952dfae713a7966eaf281038c8b6 100755 (executable)
@@ -120,7 +120,7 @@ cat | while read src dst options; do
 
   # if src was executable, make dst executable, to placate git.
   test -x $src && chmod a+x $dst
-  
+
   if test ! -e $dst; then
     echo "## $srctmp $dst  # new"
     $chicken cp -p $srctmp $dst