1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 18:07:20 +00:00

Merge pull request #476 from pvalkone/nfs-freebsd-portability-fix

Use /usr/bin/env bash in shebang for portability
This commit is contained in:
Steve Schnepp 2014-04-15 19:06:56 +02:00
commit 2e556e9d07
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# -*- sh -*-
: << =cut

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# -*- sh -*-
: << =cut

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# -*- sh -*-
: << =cut