summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-25 20:24:05 +0300
committerLars Wirzenius <liw@liw.fi>2020-04-25 20:24:05 +0300
commit06d7bbcd950d6ffdd65fdd26f0456b885bf186a1 (patch)
treeba2887692b44b798d03f18c440c825ec8c43e917 /templates
parent072b547737703066b383c8c338726c95c4b3591e (diff)
downloadsubplot-06d7bbcd950d6ffdd65fdd26f0456b885bf186a1.tar.gz
Change: use /usr/bin/env to find bash
Diffstat (limited to 'templates')
-rw-r--r--templates/bash/template.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bash/template.sh b/templates/bash/template.sh
index 92cb1b7..607c642 100644
--- a/templates/bash/template.sh
+++ b/templates/bash/template.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
set -eu -o pipefail