From ebf958e598116ffbc528db645e6b829da85076c4 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 3 Aug 2019 13:45:04 +0300 Subject: [PATCH] firefox: fix shebang --- testing/firefox/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/firefox/build b/testing/firefox/build index 7e235045..acd7a710 100755 --- a/testing/firefox/build +++ b/testing/firefox/build @@ -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.