fplll / g6k

The General Sieve Kernel
GNU General Public License v2.0
99 stars 30 forks source link

Fixed spacing on if statements in bootstrap #86

Closed joerowell closed 3 years ago

joerowell commented 3 years ago

When I wrote this originally, I didn't space out the variables properly. This means that these if statements are quietly skipped, with the error otherwise buried in the script e.g:

./bootstrap.sh: line 88: [0: command not found
./bootstrap.sh: line 97: [0: command not found

This PR fixes this problem.