From 6f3407606e076fd556e756fb2d505e4e58eb885e Mon Sep 17 00:00:00 2001 From: "tg(x)" <*@tg-x.net> Date: Mon, 21 Mar 2016 16:26:08 +0100 Subject: shell fix --- Makefile | 1 - configure | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 933c1a625..e632abd16 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ -SHELL = /bin/bash src = lib background content_scripts pages popup ts = $(shell git ls-files $(src) | grep '\.tsx\?$$') poname = taler-wallet-webex diff --git a/configure b/configure index c57463ef0..f619b60cf 100755 --- a/configure +++ b/configure @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if ! npm --version >/dev/null; then echo 'Node Package Manager (npm) missing' -- cgit v1.2.3