Skip to content

Commit

Permalink
added '.' to find to make it work on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
anup committed Sep 25, 2011
1 parent 5440c68 commit cad59ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ if [[ $PWD == $PREVDIR ]]; then
fi

rm tests/sr_users.js
find -name "*~" | xargs rm -Rf
find -name ".svn" | xargs rm -Rf
find . -name "*~" | xargs rm -Rf
find . -name ".svn" | xargs rm -Rf

cd ..

Expand Down

0 comments on commit cad59ee

Please sign in to comment.