Skip to content

Commit

Permalink
Bugfix: Initialize the counter properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
arunachalam-l committed Nov 20, 2012
1 parent ac1a522 commit 1dcea42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion find-unused-resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "</pre>"
#---------------------------------------------------------------------------------------
# Experimental util to find the source files which are not defined in pbxproj definition.
#---------------------------------------------------------------------------------------
counter=0;
count=0;
unusedfiles="";
project=`find $1 -name '*.pbxproj'`

Expand Down

0 comments on commit 1dcea42

Please sign in to comment.