1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-07-02 11:43:40 +02:00

build.sh: fix a bug where "cmake" command is echoed instead of executed.

This commit is contained in:
Henrik Hautakoski 2020-01-30 07:36:17 +01:00
parent 890e9841e8
commit dbb6b64950

View file

@ -38,7 +38,7 @@ while true; do
shift shift
done done
echo cmake $ARGS .. cmake $ARGS ..
make -B make -B
popd > /dev/null popd > /dev/null