replaced bash shebang with more portable one
This commit is contained in:
parent
85cad4ffbe
commit
c0795e234a
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Get the script's name.
|
||||
me=$(basename "$0");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue