From 1953e02203cb0a79f3e976256bfcda6bac3d4933 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 8 Mar 2015 00:45:25 -0500 Subject: Fix single-quote call --- contrib/download_data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') 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 -- cgit