Mercurial > ec-dotfiles
comparison moefetch.sh @ 168:2781576c06a5
cleanup
author | edhoprima@gmail.com <edhoprima@gmail.com> |
---|---|
date | Fri, 05 Jun 2009 19:31:19 +0000 |
parents | 78ac6fd03e3a |
children | b9a49b36e4ab |
comparison
equal
deleted
inserted
replaced
167:78ac6fd03e3a | 168:2781576c06a5 |
---|---|
183 else | 183 else |
184 cat "${BASE_DIR}/temp/${SITE_DIR}-${TARGET_DIR}-error" | xargs rm | 184 cat "${BASE_DIR}/temp/${SITE_DIR}-${TARGET_DIR}-error" | xargs rm |
185 echo "${TOTAL_ERROR} file(s) removed" | 185 echo "${TOTAL_ERROR} file(s) removed" |
186 fi | 186 fi |
187 echo "`echo \`ls | wc -l\`` file(s) available locally" | 187 echo "`echo \`ls | wc -l\`` file(s) available locally" |
188 cd ../temp | |
189 else | 188 else |
190 if [ "${ISQUICK}" ]; then | 189 if [ "${ISQUICK}" ]; then |
191 echo "quick mode selected. Skipping check" | 190 echo "quick mode selected. Skipping check" |
192 else | 191 else |
193 echo "Empty local repository" | 192 echo "Empty local repository" |