summaryrefslogtreecommitdiff
path: root/scripts/clean-artifact-cache
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-28 13:39:10 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-28 13:39:10 +0100
commitf2415383628cb22c5646d96b0e7bbfd6d0629072 (patch)
treef93d7d197b82c6b06ce415b1046aac8b60fbc894 /scripts/clean-artifact-cache
parentc31eb7d2176705be70e9787f167b7a6c0fa462cf (diff)
downloadmorph-f2415383628cb22c5646d96b0e7bbfd6d0629072.tar.gz
Break long line
Diffstat (limited to 'scripts/clean-artifact-cache')
-rwxr-xr-xscripts/clean-artifact-cache3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/clean-artifact-cache b/scripts/clean-artifact-cache
index 6e195723..2fdd5605 100755
--- a/scripts/clean-artifact-cache
+++ b/scripts/clean-artifact-cache
@@ -85,7 +85,8 @@ if [ "$CHUNK" = "*" ]; then
clean_chunk $chunk
done
else
- echo "Removing out of date artifacts for chunk $CHUNK in $ARTIFACT_CACHE"
+ echo "Removing out of date artifacts for chunk $CHUNK in" \
+ "$ARTIFACT_CACHE"
clean_chunk $CHUNK
fi