xpertsavenue / WiringOP-Zero

WiringPi / WiringOP libary for the Orange Pi Zero with 26 pin GPIO header
GNU Lesser General Public License v3.0
173 stars 82 forks source link

build script: wrong shell interpreter #27

Open wouterbt opened 4 years ago

wouterbt commented 4 years ago

On Armbian Buster, the /bin/sh interpreter does not understand [[ ... ]] (line 4 of build script). An error message is printed. If you change the first line to #!/bin/bash it works perfectly.