Commit c501b3e8 authored by Stephen Williams's avatar Stephen Williams

* Truncating the resources-to-copy.txt file if it already exists.

parent 0a0df3e9
......@@ -81,7 +81,7 @@ module Pod
#!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY"
> "$RESOURCES_TO_COPY"
install_resource()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment