From 83896aa7d3a714b76eba5bf6a289d9c84bce9f25 Mon Sep 17 00:00:00 2001 From: Luke Winship Date: Wed, 11 Oct 2017 14:50:30 +0100 Subject: [PATCH] Script runs in bash rather than sh Due to new string substitution stuff, this can only work in bash. Otherwise, I got `./walk-rpde.sh: 22: ./walk-rpde.sh: Bad substitution` --- walk-rpde.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/walk-rpde.sh b/walk-rpde.sh index 5928baa..98dd29e 100755 --- a/walk-rpde.sh +++ b/walk-rpde.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash # required commands: awk, curl, jq, tee