stark / Color-Scripts

User contributed color scripts
https://git.io/color.sh
973 stars 75 forks source link

Change blocks1 to use bash instead of /bin/sh #13

Closed different55 closed 6 years ago

different55 commented 6 years ago

It doesn't work if /bin/sh isn't a link to bash anyway. On Debian-based systems the script fails with ./blocks1: 2: ./blocks1: arithmetic expression: expecting primary: "30+{0..7}". Changing the shell to bash makes everything seem to work okay.