commit 340f4b759cff6270e90d802f55e412e10f8f9997
parent 765214c5dcf9ae1dae8f9056bb50769edc6e428d
Author: Joris Vink <joris@coders.se>
Date: Wed, 23 Oct 2013 23:01:14 +0200
s/==/=
Diffstat:
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