From: Andre Klärner Date: Thu, 27 Apr 2017 07:34:43 +0000 (+0200) Subject: scripts/dfs: specify bash instead of sh X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/78f122fcf7a497760b5485f96e74d99290dfdda9?ds=sidebyside 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). --- 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