kopia lustrzana https://github.com/friendica/SG-iCalendar
Changed SG_iCalReader.php to SG_iCal.php in build.sh to accomodate the name change.
rodzic
7146d1cf6a
commit
097b861a4e
2
build.sh
2
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"
|
||||
|
|
Ładowanie…
Reference in New Issue