raboof / notion

Tiling tabbed window manager
https://notionwm.net/
GNU Lesser General Public License v2.1
268 stars 63 forks source link

Remove bash dependency #332

Closed c0dev0id closed 3 years ago

c0dev0id commented 3 years ago

Hello, this change removes the dependency on bash to build notion.

I don't think where -o pipefail would be of use in this script. I changed it to -e so it would brake in case an unhandled error would occur. It runs fine here without bash installed.