Skip to content

Commit

Permalink
Remove onelua build command from example script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel-Durov committed Jun 7, 2024
1 parent b5933a4 commit db1880d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions creduce/cvise.example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
set -e

if [ -z "${YKLUA_HOME}" ]; then
echo "YKLUA_HOME environment variable is not defined.";
echo "YKLUA_HOME environment variable is not defined.";
exit 1
fi

if [ -z "${YK_BUILD_TYPE}" ]; then
echo "YK_BUILD_TYPE environment variable is not defined.";
echo "YK_BUILD_TYPE environment variable is not defined.";
exit 1
fi

Expand All @@ -21,7 +21,5 @@ fi
cp -r "${YKLUA_HOME}/creduce/src" ./
cd ./src

make onelua

# oracle
./onelua -e "print('hello world')" | grep "hello world"

0 comments on commit db1880d

Please sign in to comment.