diff --git a/build/macosx/dist.sh b/build/macosx/dist.sh index 79c248890..bac337c97 100755 --- a/build/macosx/dist.sh +++ b/build/macosx/dist.sh @@ -74,7 +74,7 @@ find processing -name "Thumbs.db" -exec rm -f {} ';' # clean out the cvs entries find processing -name "CVS" -exec rm -rf {} ';' 2> /dev/null find processing -name ".cvsignore" -exec rm -rf {} ';' -find processing -name ".svn" -exec rm -rf {} ';' +find processing -name ".svn" -exec rm -rf {} 2> /dev/null ';' mv processing/Processing.app "processing/Processing $SHORT_REVISION.app" diff --git a/core/todo.txt b/core/todo.txt index 50710105b..9adea9cbc 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,4 +1,5 @@ 0141 core +X no changes to core in 0141 _ P3D smooshes the top row of pixels when drawing text (or images)