Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.sourceforge.jp/svnroot/php-i18n/libmbfl/trunk@96 76bb4867-1e22-0410-9289-e9e6e9b3b6f2
  • Loading branch information
moriyoshi committed Dec 7, 2002
1 parent 45b7953 commit 0ea404d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cvsclean
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
function cvsclean_sub() {
prev_pwd=`pwd`
cd $1
cat .cvsignore | while read fname; do
rm -r -f $fname
done
cd "$prev_pwd"
prev_pwd=`pwd`
cd $1
cat .cvsignore | while read fname; do
rm -r -f $fname
done
cd "$prev_pwd"
}

cvsclean_sub .
Expand Down

0 comments on commit 0ea404d

Please sign in to comment.