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?hp=78f122fcf7a497760b5485f96e74d99290dfdda9 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). ---