mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01: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:
commit
2e556e9d07
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# -*- sh -*-
|
||||
|
||||
: << =cut
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# -*- sh -*-
|
||||
|
||||
: << =cut
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# -*- sh -*-
|
||||
|
||||
: << =cut
|
||||
|
Loading…
Reference in New Issue
Block a user