nvllsvm / GZDoom-Android

DISCONTINUED
GNU General Public License v2.0
72 stars 36 forks source link

Fixed square bracket not found #19

Closed dvdvideo1234 closed 7 years ago

dvdvideo1234 commented 7 years ago

vb@my-VB:~/Documents/gzdoom$ ./build.sh ./build.sh: 3: ./build.sh: [[: not found ./build.sh: 38: ./build.sh: Syntax error: redirection unexpected

nvllsvm commented 7 years ago

What distribution are you running?

dvdvideo1234 commented 7 years ago

Hello, Ubuntu 16.04 LTS x64

nvllsvm commented 7 years ago

On Arch Linux, /bin/sh is linked to bash. On Ubuntu, it is linked to dash.

Since I will be developing on Arch and not testing with dash, this seems like a good change.