From aabb67519f36c002e2593278f50fdd9b8caf24b0 Mon Sep 17 00:00:00 2001 From: Felix Pankratz Date: Sat, 13 Aug 2022 17:18:31 +0200 Subject: [PATCH] fix shebang --- build-ff.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-ff.sh b/build-ff.sh index 660ca52..908eb9d 100644 --- a/build-ff.sh +++ b/build-ff.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash PWD=$(pwd) BASE_DIR=${PWD}/base MANIFEST_DIR=${PWD}/firefox @@ -12,4 +12,4 @@ rm -f ${OUT} cd "$BASE_DIR" || return zip -r ${OUT} * cd "${MANIFEST_DIR}" || return -zip -r ${OUT} manifest.json \ No newline at end of file +zip -r ${OUT} manifest.json