diff options
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,13 +1,11 @@ -#!/bin/bash +#!/bin/sh set -e cd $(dirname $0) -git submodule update --init - -pushd unrpyc +cd unrpyc make $MAKEOPTS install -popd +cd .. make $MAKEOPTS |