diff --git a/build.sh b/build.sh index 5f58d9c..fa554f3 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ #!/bin/sh -cat SG_iCalReader.php | grep -v "BUILD: Remove line" +cat SG_iCal.php | grep -v "BUILD: Remove line" find ./helpers | grep SG_iCal | grep -v svn | xargs cat | grep -v "BUILD: Remove line" find ./blocks | grep SG_iCal | grep -v svn | xargs cat | grep -v "BUILD: Remove line"