Mercurial > ec-dotfiles
comparison moefetch.sh @ 182:d92dfe857047
whoops typo
author | edhoprima@gmail.com <edhoprima@gmail.com> |
---|---|
date | Sun, 28 Jun 2009 12:57:22 +0000 |
parents | d3b7927bdb2b |
children | 6ac80dce4b67 |
comparison
equal
deleted
inserted
replaced
181:d3b7927bdb2b | 182:d92dfe857047 |
---|---|
87 </xsl:template> | 87 </xsl:template> |
88 </xsl:stylesheet> | 88 </xsl:stylesheet> |
89 EOF | 89 EOF |
90 NUMFILES=`echo \`wc -l < \"${SITE_DIR}-${TARGET_DIR}-list\" \`` | 90 NUMFILES=`echo \`wc -l < \"${SITE_DIR}-${TARGET_DIR}-list\" \`` |
91 [ "${NUMFILES}" -gt 0 ] || Err_Fatal "Error in processing list or no files can be found with specified tag(s) or site" | 91 [ "${NUMFILES}" -gt 0 ] || Err_Fatal "Error in processing list or no files can be found with specified tag(s) or site" |
92 echo "${NUMFILES}" file(s) available on server" | 92 echo "${NUMFILES} file(s) available on server" |
93 #output file: ${TARGET_DIR}-list | 93 #output file: ${TARGET_DIR}-list |
94 } | 94 } |
95 | 95 |
96 # check tools availability | 96 # check tools availability |
97 Check_Tools() { | 97 Check_Tools() { |