]> git.madduck.net Git - etc/awesome.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

scripts/dfs: specify bash instead of sh
authorAndre Klärner <kandre+github@ak-online.be>
Thu, 27 Apr 2017 07:34:43 +0000 (09:34 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2017 07:34:43 +0000 (09:34 +0200)
commit78f122fcf7a497760b5485f96e74d99290dfdda9
tree550e6e32e018acf4b8bf98a216d7d99b37318c08
parentfc6e880da40668c6e9bd9da3786ff2fcae519c75
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