mirror of https://github.com/ventoy/Ventoy.git
change interpreter to bash
the script only works with bash (checked with mksh - fails)
This commit is contained in:
parent
212c9cdbc9
commit
7b96b8302a
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
OLDDIR=$PWD
|
||||
|
||||
|
|
Loading…
Reference in New Issue