[tools.darkroom] Fix shellscript (lack a '-e' option)

This commit is contained in:
Mitsuru Kariya 2013-09-20 02:13:21 +09:00
parent d8275b18f8
commit 4ca55306b6

View file

@ -47,7 +47,7 @@ echo ": tile-height = ${tile_height}"
echo ": force = ${force}"
if [ ! -f "${src}" ]; then
echo >&2 ": \e[31msource(${src}) is not exist.\e[m"
echo >&2 -e ": \e[31msource(${src}) is not exist.\e[m"
exit 1
fi