mirror of
https://github.com/Leseratte10/acsm-calibre-plugin
synced 2026-09-12 11:35:13 -04:00
Portability improvements in scripts
* Not all systems have GNU sed, so don't assume `sed -i` works * Not all systems have /bin/bash, so use `env` to find bash
This commit is contained in:
committed by
Florian Bach
parent
64aaca3fbe
commit
5a4d25e91d
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright (c) 2021-2023 Leseratte10
|
||||
# This file is part of the ACSM Input Plugin by Leseratte10
|
||||
|
||||
Reference in New Issue
Block a user