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:
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
|
||||
done
|
||||
|
||||
echo cmake $ARGS ..
|
||||
cmake $ARGS ..
|
||||
make -B
|
||||
|
||||
popd > /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue