firefox: fix shebang

This commit is contained in:
Dylan Araps 2019-08-03 13:45:04 +03:00
parent 536e8dc820
commit ebf958e598

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -e
# Since this is a testing package, I intentionally disabled SC2164
# for the time being. When we're done, re-enable it.