From 097b861a4ecdec9ac298ec20b08fbc8d512e3ee2 Mon Sep 17 00:00:00 2001 From: Steven Oxley Date: Wed, 21 Oct 2009 17:56:14 -0400 Subject: [PATCH] Changed SG_iCalReader.php to SG_iCal.php in build.sh to accomodate the name change. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"