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 absolute path to this script's folder.
|
||||
if echo "$0" | awk '{exit(!/^\//);}'; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue