skiffos / SkiffOS

Any Linux distribution, anywhere.
https://skiffos.com
MIT License
687 stars 51 forks source link

execute_qemu.sh: 2: set: Illegal option -o pipefail #167

Closed jamesoncollins closed 2 years ago

jamesoncollins commented 2 years ago

I get execute_qemu.sh: 2: set: Illegal option -o pipefail when running make cmd/virt/qemu/run

According to this pipefail is a "bash-ism"

Changing line 1 of execute_qemu.sh to #!/bin/bash instead of sh worked for me.

paralin commented 2 years ago

Thanks, will update the script.