fix: allow globbing

This commit is contained in:
th33xitus 2022-02-12 15:22:02 +01:00
parent 94c41477bc
commit 7bd64558f9
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ setup_simulavr(){
build_simulavr(){
file="${HOME}/simulavr/build/pysimulavr/_pysimulavr.*.so"
[ "$(ls "$file" 2> /dev/null)" ] && return
[ "$(ls $file 2> /dev/null)" ] && return
echo "##### Building Simulavr ..."
cd ~/simulavr || exit 1
make clean && make python && make build