From 8fd7f39dfc60fa3bf8d34bb6475939edc795fd66 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 10 May 2012 02:10:35 +0000 Subject: bin/comics: fix type --- bin/comics/calvin | 2 +- bin/comics/garfield | 2 +- bin/comics/snoopy | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/comics') diff --git a/bin/comics/calvin b/bin/comics/calvin index e88ce87..b611c9f 100755 --- a/bin/comics/calvin +++ b/bin/comics/calvin @@ -19,7 +19,7 @@ echo wget ${wget_args} "$nomen" -O "$newn" -if [ -e "${tmp}/$newn}" ]; then +if [ -e "${tmp}/${newn}" ]; then mv "${tmp}/${newn}" "${image_dir}/$newn" rm -f "${comic_dir}/latest.gif" ln -s "${image_offset}/$newn" "${comic_dir}/latest.gif" diff --git a/bin/comics/garfield b/bin/comics/garfield index 5707d04..66a05e1 100755 --- a/bin/comics/garfield +++ b/bin/comics/garfield @@ -19,7 +19,7 @@ echo wget ${wget_args} "$nomen" -O "$newn" -if [ -e "${tmp}/$newn}" ]; then +if [ -e "${tmp}/${newn}" ]; then mv "${tmp}/${newn}" "${image_dir}/$newn" rm -f "${comic_dir}/latest.gif" ln -s "${image_offset}/$newn" "${comic_dir}/latest.gif" diff --git a/bin/comics/snoopy b/bin/comics/snoopy index c4f8f78..18b6455 100755 --- a/bin/comics/snoopy +++ b/bin/comics/snoopy @@ -19,7 +19,7 @@ echo wget ${wget_args} "$nomen" -O "$newn" -if [ -e "${tmp}/$newn}" ]; then +if [ -e "${tmp}/${newn}" ]; then mv "${tmp}/${newn}" "${image_dir}/$newn" rm -f "${comic_dir}/latest.gif" ln -s "${image_offset}/$newn" "${comic_dir}/latest.gif" -- cgit v1.2.3-1-g7c22