1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-16 03:44:56 +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
done
echo cmake $ARGS ..
cmake $ARGS ..
make -B
popd > /dev/null