Changed SG_iCalReader.php to SG_iCal.php in build.sh to accomodate the name change.

master
Steven Oxley 2009-10-21 17:56:14 -04:00
rodzic 7146d1cf6a
commit 097b861a4e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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"