taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 6f3407606e076fd556e756fb2d505e4e58eb885e
parent 2e4b8cc1a4ccdb5159fe3c92e59dd7b516ae269e
Author: tg(x) <*@tg-x.net>
Date:   Mon, 21 Mar 2016 16:26:08 +0100

shell fix

Diffstat:
MMakefile | 1-
Mconfigure | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git 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 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if ! npm --version >/dev/null; then echo 'Node Package Manager (npm) missing'