mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
[tools.darkroom] Fix shellscript (lack a '-e' option)
This commit is contained in:
parent
d8275b18f8
commit
4ca55306b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue