summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-01-25 11:42:40 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-01-25 11:42:40 -0500
commite75aa4e89dcc79383e49a954fc268307736b2b98 (patch)
treeb9f0328c18c93dc3d4bb182f3921849dc1129d2c /setup.sh
parent33cc29fa9b5236d4aa202621529062006001d620 (diff)
downloadhtml5ks-e75aa4e89dcc79383e49a954fc268307736b2b98.tar.xz
html5ks-e75aa4e89dcc79383e49a954fc268307736b2b98.zip
Update documentation, setup.sh
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index c9f1f00..97001b2 100755
--- a/setup.sh
+++ b/setup.sh
@@ -7,7 +7,7 @@ cd $(dirname $0)
git submodule update --init
pushd unrpyc
-make ${MAKEOPTS} install
+make $MAKEOPTS install
popd
-make ${MAKEOPTS}
+make $MAKEOPTS