Commit 93db60aa authored by Eloy Durán's avatar Eloy Durán

Merge pull request #1088 from onato/master

Truncating resources-to-copy.txt if it already exists
parents 0a0df3e9 c501b3e8
...@@ -81,7 +81,7 @@ module Pod ...@@ -81,7 +81,7 @@ module Pod
#!/bin/sh #!/bin/sh
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy.txt
touch "$RESOURCES_TO_COPY" > "$RESOURCES_TO_COPY"
install_resource() 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