shell fix

This commit is contained in:
tg(x) 2016-03-21 16:26:08 +01:00
parent 2e4b8cc1a4
commit 6f3407606e
2 changed files with 1 additions and 2 deletions

View File

@ -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

2
configure vendored
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if ! npm --version >/dev/null; then
echo 'Node Package Manager (npm) missing'