mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-12-24 22:25:57 -05:00
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
Block a user