mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-05-12 09:33:30 +00:00
Merge pull request #51 from kariya-mitsuru/tools.darkroom
[tools.darkroom] Fix shellscript (lack a '-e' option)
This commit is contained in:
commit
67c643820e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ echo ": tile-height = ${tile_height}"
|
||||||
echo ": force = ${force}"
|
echo ": force = ${force}"
|
||||||
|
|
||||||
if [ ! -f "${src}" ]; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue