aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-03-08 00:45:25 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-03-08 00:45:25 -0500
commit1953e02203cb0a79f3e976256bfcda6bac3d4933 (patch)
tree1481846e055e60c8e57e225ae7a8512751d1339b /contrib
parent9b64a46d58ac7b26ecd1b7fe2379ea1ed076ed77 (diff)
downloadcalfuse-1953e02203cb0a79f3e976256bfcda6bac3d4933.tar.gz
Fix single-quote call
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/download_data2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/download_data b/contrib/download_data
index a9f9fa4..0aafaf4 100755
--- a/contrib/download_data
+++ b/contrib/download_data
@@ -14,7 +14,7 @@ if [ -z "$(which tar 2>/dev/null)" ]; then
fi
if [ -f "$tarball" ]; then
- echo '$tarball' already exists. Delete it and re-run this script.
+ echo $tarball already exists. Delete it and re-run this script.
exit 1
fi