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:
parent
890e9841e8
commit
dbb6b64950
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue