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

Use /usr/bin/env bash in shebang for portability

This commit is contained in:
Petteri Valkonen 2014-04-07 22:28:15 +03:00
parent 4be444c518
commit cadcfa01fb
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