Mercurial > ec-dotfiles
changeset 182:d92dfe857047
whoops typo
author | edhoprima@gmail.com <edhoprima@gmail.com> |
---|---|
date | Sun, 28 Jun 2009 12:57:22 +0000 |
parents | d3b7927bdb2b |
children | 6ac80dce4b67 |
files | moefetch.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/moefetch.sh Sun Jun 28 05:12:41 2009 +0000 +++ b/moefetch.sh Sun Jun 28 12:57:22 2009 +0000 @@ -89,7 +89,7 @@ EOF NUMFILES=`echo \`wc -l < \"${SITE_DIR}-${TARGET_DIR}-list\" \`` [ "${NUMFILES}" -gt 0 ] || Err_Fatal "Error in processing list or no files can be found with specified tag(s) or site" - echo "${NUMFILES}" file(s) available on server" + echo "${NUMFILES} file(s) available on server" #output file: ${TARGET_DIR}-list }