diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-08 00:45:25 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-08 00:45:25 -0500 |
commit | 1953e02203cb0a79f3e976256bfcda6bac3d4933 (patch) | |
tree | 1481846e055e60c8e57e225ae7a8512751d1339b /contrib | |
parent | 9b64a46d58ac7b26ecd1b7fe2379ea1ed076ed77 (diff) | |
download | calfuse-1953e02203cb0a79f3e976256bfcda6bac3d4933.tar.gz |
Fix single-quote call
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/download_data | 2 |
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 |