diff options
Diffstat (limited to 'contrib/download_data')
-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 |