From 78f122fcf7a497760b5485f96e74d99290dfdda9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andre=20Kl=C3=A4rner?= Date: Thu, 27 Apr 2017 09:34:43 +0200 Subject: [PATCH] scripts/dfs: specify bash instead of sh The `sh` on e.g. Debian is `dash`, but the script requires bash features by using `+=`. Until #272 is complete I think this is the best way to ensure that dfs works by default (excluding the gawk requirement). --- scripts/dfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dfs b/scripts/dfs index df87150..47c7b82 100755 --- a/scripts/dfs +++ b/scripts/dfs @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash # # Adapted from Eridan's "fs" (cleanup, enhancements and switch to bash/Linux) # JM, 10/12/2004 -- 2.39.2