Mercurial > ec-dotfiles
changeset 208:92505dfbb346
fix
| author | edhoprima@gmail.com <edhoprima@gmail.com> | 
|---|---|
| date | Mon, 29 Jun 2009 17:13:50 +0000 | 
| parents | 17d816a63b4c | 
| children | dbbc4759c285 | 
| files | moefetch.sh | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/moefetch.sh Mon Jun 29 17:11:01 2009 +0000 +++ b/moefetch.sh Mon Jun 29 17:13:50 2009 +0000 @@ -218,7 +218,7 @@ then echo "${FILE}" >> "${TEMP_PREFIX}-error" echo - echo "Error: $(echo "${FILE}" | sed -e "${SED_GET_FILENAME}")" + printf "\nError: $(echo "${FILE}" | sed -e "${SED_GET_FILENAME}")\n${_last}" fi Progress_Anim fi
