Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdump0815 committed Nov 2, 2021
1 parent 9359765 commit 42aca4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ else
git submodule update --init --recursive
( cd ../../.. ; mkdir -p source ; tar czf source/Paralis-Modular-source.tar.gz compile/plugins/Paralis-Modular )
fi
RACK_DIR ${WORKDIR}/compile/Rack make clean
RACK_DIR=${WORKDIR}/compile/Rack make clean
if [ -f ../../../Paralis-Modular.patch ]; then
patch -p1 < ../../../Paralis-Modular.patch
fi
Expand Down

0 comments on commit 42aca4f

Please sign in to comment.