feat: fallback to busybox dos2unix
This commit is contained in:
parent
e51886ff44
commit
c376e2a08f
|
@ -32,7 +32,7 @@ else
|
|||
fi
|
||||
|
||||
|
||||
## Fallback busybox dos2unix
|
||||
## Fallback to busybox dos2unix
|
||||
if ! command -v dos2unix &> /dev/null
|
||||
then
|
||||
alias dos2unix="busybox dos2unix"
|
||||
|
|
Loading…
Reference in New Issue