From 15c4774f17f67eb69a0162390b77201e7817fe94 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 24 Dec 2020 20:24:05 -0300 Subject: Use /bin/sh over Bash --- scripts/bundix-gen.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/bundix-gen.sh') diff --git a/scripts/bundix-gen.sh b/scripts/bundix-gen.sh index d3cf80c..6d5032f 100755 --- a/scripts/bundix-gen.sh +++ b/scripts/bundix-gen.sh @@ -1,5 +1,4 @@ -#!/usr/bin/env bash -set -Eeuo pipefail +#!/bin/sh -eux bundler package --no-install --path vendor bundix -- cgit v1.2.3