Merge pull request #338 from klaernie/master

scripts/dfs: specify bash instead of sh
This commit is contained in:
Luke Bonham 2017-04-27 12:31:21 +02:00 committed by GitHub
commit 86690fdacc
1 changed files with 1 additions and 1 deletions

View File

@ -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