kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 340f4b759cff6270e90d802f55e412e10f8f9997
parent 765214c5dcf9ae1dae8f9056bb50769edc6e428d
Author: Joris Vink <joris@coders.se>
Date:   Wed, 23 Oct 2013 23:01:14 +0200

s/==/=

Diffstat:
modules/skeleton/build.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/skeleton/build.sh b/modules/skeleton/build.sh @@ -18,7 +18,7 @@ SOURCE_DIR=src # The directory containing the Kore source code. KORE_DIR="notset" -if [ ${KORE_DIR} == "notset" ]; then +if [ ${KORE_DIR} = "notset" ]; then echo "Please edit build.sh and set KORE_DIR properly"; exit; fi