Skip to content

Commit

Permalink
0.9.15.33:
Browse files Browse the repository at this point in the history
	Make whitespacely-canonical-filenames kinder to alternative
	revision control systems.  (Not stomping on "pristine" trees
	makes them happier)
  • Loading branch information
csrhodes committed Aug 15, 2006
1 parent 7192234 commit daba25b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tools-for-build/whitespacely-canonical-filenames
Expand Up @@ -15,5 +15,7 @@ source_extensions='.lisp .lisp-expr .c .h'
# ?

for source_extension in $source_extensions; do
find . -name '*'$source_extension -print
find . -name _darcs -prune -o \
-name '{arch}' -prune -o \
-name '*'$source_extension -print
done
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
"0.9.15.32"
"0.9.15.33"

0 comments on commit daba25b

Please sign in to comment.