pkg(brainfuck-2.7.3): Disable edit line and run correctly

This commit is contained in:
Thomas Hobson 2021-03-19 22:24:40 +13:00
parent ee25a2eefa
commit 8342a4db33
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ git clone https://github.com/fabianishere/brainfuck.git
cd build
cmake ../brainfuck -DCMAKE_INSTALL_PREFIX=$PREFIX
cmake -DCMAKE_INSTALL_PREFIX=$PREFIX -DENABLE_EDITLINE=OFF ../brainfuck
make -j$(nproc)
make install -j$(nproc)

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
# Put instructions to run the runtime
brainfuck-2.7.3 "$@"
brainfuck $1